prolog icon indicating copy to clipboard operation
prolog copied to clipboard

Minimalist Prolog compiler and runtime library

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

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...

enhancement

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...

enhancement