Guan icon indicating copy to clipboard operation
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...

Results 3 Guan issues
Sort by recently updated
recently updated
newest added

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=6.0.0&new-version=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...

dependencies

**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)",...