Age | Commit message (Collapse) | Author |
|
1) The loader and system modules are loaded by the C directly into the user module
2) The system module is then loaded with the loader from the user module
3) The loader module is then loaded with the loader from the user module
4) The repl is then loaded with the loader from the loader module
5) The user module is cleared
|
|
clausenr in call/1, so cuts are local to that call
|
|
|
|
operator
|
|
|
|
|
|
|
|
prettyprint code, used by write_term
|
|
|
|
|
|
|
|
|
|
|
|
This is wastefull if one branch loops forever, but it is much nicer otherwise, since we know the choicepoints only gets created as long as their head is unifiable with the goal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actual builtins
|
|
|
|
|
|
|
|
|
|
clauses.
|
|
|
|
|
|
|
|
|
|
|
|
that I at least have a better understanding of what goes into a compiler :)
|