Releases: pakozm/lua-faces
Releases · pakozm/lua-faces
New version with minor API changes
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
2.0 simplified definition of fact variables and allowed lambda function s…
First release version
1.0 Changed the name to Lua-FaCES