summaryrefslogtreecommitdiff
path: root/system.pl
AgeCommit message (Collapse)Author
2021-07-27remove clausenr from terms, and put it into goals instead. Next up is ↵HEADfrontPeter Mikkelsen
implementing the control constructs in C, since they misbehave right now due to the new changes
2021-07-22Silence warning about singleton variables in system.pl and loader.plPeter Mikkelsen
2021-07-22Fix ; again haha, I can't just wrap variable goals in call/1 due to cuts ↵Peter Mikkelsen
being local in a call
2021-07-22Big commit changing the way the system is loaded at startup.Peter Mikkelsen
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