| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-01 | parser: skip comment modes | Marc Vertes | |
| Refctor node kind names by concatenating category and instance, to allow better sorting. Comments are now parsed and skipped during generation of AST. | |||
| 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 | |||
