prolog
prolog copied to clipboard
Minimalist Prolog compiler and runtime library
Create a web page to let people write and run prolog code. Just one text area and a Run button. And another text box for lexer input to test out...
The name should be catchy and preferably should reflect the main principles that the library is built around. The library is - Modular - Extensible and the Prolog flavour is...
Currently one has to use unique variables if a value is to be ignored. The benefits of having the anonymous variable include: 1) Better readability of prolog code. 2) Removal...