Skip to content

Releases: pakozm/lua-faces

New version with minor API changes

02 Dec 11:01
Compare
Choose a tag to compare

It is crazy but true, in one day we have two versions.
This new version allow things like:

kb:defrule"factorial":
  pattern{ "Factorial", "?x", "?y" }:
  pattern{ "Limit", "?z" }:
  u"x < z":
  ENTAILS"=>":
  fassert{ "Factorial", u"x+1", u"y*(x+1)" }

which allow you to define very compact rules, with a simple syntax.

Second version: facts and user functions API reviewed

02 Dec 08:01
Compare
Choose a tag to compare
2.0

simplified definition of fact variables and allowed lambda function s…

First release version

02 Dec 06:47
Compare
Choose a tag to compare
1.0

Changed the name to Lua-FaCES