This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Simple Java Prolog engine. | |
| This is basically a Java port of Chris Meyers' Python Prolog interpreter [1]. | |
| This currently only contains the first part, but maybe I'll port the remainder at | |
| a later stage. | |
| I actually wanted a Datalog [5] engine, but ended up going with the Prolog engine | |
| since Datalog is a Prolog subset. |
NewerOlder