Guan
Guan copied to clipboard
Guan is a cross-platform, general-purpose logic programming library with a C# API for external predicate implementation. It is a close approximation of Prolog, with extended capabilities and some diff...
Visual Studio plugin supporting Guan in the text editor. Re: [Discussion with Tavi](https://github.com/microsoft/Guan/discussions/51)
Bumps System.Text.Json from 6.0.0 to 8.0.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
**Describe the Bug:** Guan.Logic.Module's static initialization fails when a custom predicate is added. **Steps to Reproduce:** ``` var functorTable = new FunctorTable(); functorTable.Add(OutputToTerminalPredicateType.Instance); var logicRules = new List { "person(adam)",...