Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-27 | remove clausenr from terms, and put it into goals instead. Next up is ↵HEADfront | Peter Mikkelsen | |
implementing the control constructs in C, since they misbehave right now due to the new changes | |||
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 ↵ | Peter Mikkelsen | |
being local in a call | |||
2021-07-22 | Big 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 |