BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Fixed tupleset semantic analysis. Now birthday.blog runs. #232

Closed lileicc closed 10 years ago

lileicc commented 10 years ago

Previous there will be error on the following

random Date Birthday(Person p) 
  ~ UniformChoice({d for Date d});

Now it is solved.

lileicc commented 10 years ago

@cberzan ready for review