summaryrefslogtreecommitdiff
path: root/repl.c
AgeCommit message (Expand)Author
2021-07-16Make operators local to each module, and implement some more correct prettypr...Peter Mikkelsen
2021-07-08Make the repl bindings and query global so the garbage collector can know abo...Peter Mikkelsen
2021-07-08Add a mark-sweep garbage collectorPeter Mikkelsen
2021-07-06Change the output of the repl a lille bitPeter Mikkelsen
2021-07-05First step on modules. Still very very rough.Peter Mikkelsen
2021-07-03Make the goalstack global just like the choicestackPeter Mikkelsen
2021-07-03Add one global choicestack so we don't need to pass it aroundPeter Mikkelsen
2021-07-03Start adding support for read_term and write_termPeter Mikkelsen
2021-06-30Allow the repl to backtrack to give alternative resultsPeter Mikkelsen
2021-06-30Commit repl.c filePeter Mikkelsen