| 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-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-09 | codegen: add a bytecode generator (#5) | Marc Vertes | |
| * codegen: add a bytecode generator * cleaning scanner, parser and vm1. | |||
| 2023-07-10 | first commit | Marc Vertes | |
