| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-06 | chore: refactor some APIs | Marc Vertes | |
| The scanner returns a slice of pointers to tokens instead of a slice of tokens. The parser now pass the initial node context. | |||
| 2023-08-31 | codegen: fix interpreter re-entrance | Marc Vertes | |
| So multiple successive incremental Evals function correctly. Also improve the following: - Apply the same Eval API to vm0 and vm1 - parser: dot diagram display is now synchronous - codegen: outsource complex code generation for readability - vm1: Pop take the number of values to pop as operand | |||
| 2023-08-29 | gint: add an interactive REPL | Marc Vertes | |
| 2023-07-10 | first commit | Marc Vertes | |
