Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-03 | Start adding support for read_term and write_term | Peter Mikkelsen | |
2021-07-02 | Remove strings, and add a (currently not changable) flag 'double_quotes' ↵ | Peter Mikkelsen | |
which defines how double quoted strings are stored. | |||
2021-06-30 | Prettyprint lists for reals | Peter Mikkelsen | |
2021-06-30 | Add builtins for typetests | Peter Mikkelsen | |
2021-06-30 | Add backtracking to the evaluator. This means we have to keep track of ↵ | Peter Mikkelsen | |
choicepoints which is implemented the easy but wasteful way for now. I have also added a number which is used to differentiate variables from different application of the clauses. | |||
2021-06-29 | Add a term parser. | Peter Mikkelsen | |