| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-06 | scanner: add automatic insertion of semi-colon after newline | Marc Vertes | |
| As specified in the Go specification, adapted to the following: - the scanner recognise blocks as tokens - the scanner is multi-language: define keywords in scanner spec - as a result, we define how to skip semi-colon insertion rather than how to add it. | |||
| 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-24 | doc: add diagrams to scanner and parser readmes | Marc Vertes | |
| 2023-08-24 | fix: parser must be initialized before use | Marc Vertes | |
