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
path:
root
/
loader.pl
Age
Commit message (
Expand
)
Author
2021-07-23
Simplify parsing a bit, and make sure the prolog loader calls read_term with ...
Peter Mikkelsen
2021-07-22
Silence warning about singleton variables in system.pl and loader.pl
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
2021-07-22
Use addgoals to add the goal in catch/3 to the goalstack, allowing mod:pred g...
Peter Mikkelsen
2021-07-22
Understand set_prolog_flag directive
Peter Mikkelsen
2021-07-22
Understand initialization/1 directives
Peter Mikkelsen
2021-07-22
Make predicates private and static by default, and make them dynamic when usi...
Peter Mikkelsen
2021-07-22
Warn about singleton variables in clauses, as it is often a sign of a mis-spe...
Peter Mikkelsen
2021-07-22
Actually load repl.pl with the prolog loader, and handle module directives
Peter Mikkelsen
2021-07-22
Use the prolog loader to load the repl.
Peter Mikkelsen
2021-07-20
Add a new work in progress loader to load all user defined modules
Peter Mikkelsen