Skip to content

Guan 1.0.4

Compare
Choose a tag to compare
@GitTorre GitTorre released this 09 Feb 20:44
· 17 commits to main since this release
bda41a6

Guan ships as a .NET Standard library and is available from Nuget.org

Changes (BREAKING)

  • BREAKING change: QueryContext ctor now requires non-null input parameter. See GuanExamples for sample code. You will need to modify your query expression executor code to adopt the new pattern.
  • Added basic second order support.
  • Added retract system predicate per Feature Request (Issue #17):
retract(Clause) | the first clause unifying with Clause is removed from the database
  • Running GuanTest application without any arguments will run it in interactive mode. To run the p1.test run guantest Scripts\p1.test or guantest Scripts.
  • Added new unit tests for retract.