index
:
pprolog
front
A new prolog interpreter for Plan 9. Replaces the old pprolog project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
front
remove clausenr from terms, and put it into goals instead. Next up is impleme...
Peter Mikkelsen
4 years
Age
Commit message
Author
2021-07-27
remove clausenr from terms, and put it into goals instead. Next up is impleme...
HEAD
front
Peter Mikkelsen
2021-07-27
Don't use strings to identify vars, use numbers
Peter Mikkelsen
2021-07-24
Reduce size of the Term struct from about 72 bytes to 48
Peter Mikkelsen
2021-07-23
Remove debug print from before
Peter Mikkelsen
2021-07-23
Simplify parsing a bit, and make sure the prolog loader calls read_term with ...
Peter Mikkelsen
2021-07-22
Garbage collect as the first thing in the repl loop.
Peter Mikkelsen
2021-07-22
Silence warning about singleton variables in system.pl and loader.pl
Peter Mikkelsen
2021-07-22
Fix ; again haha, I can't just wrap variable goals in call/1 due to cuts bein...
Peter Mikkelsen
2021-07-22
Big commit changing the way the system is loaded at startup.
Peter Mikkelsen
2021-07-22
Implement halt/0, halt/1, and understand the --no-repl flag
Peter Mikkelsen
[...]
Clone
https://git.pmikkelsen.com/pprolog
https://git.sr.ht/~pmikkelsen/pprolog
git@git.sr.ht:~pmikkelsen/pprolog