| 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-08-24 | doc: add diagrams to scanner and parser readmes | Marc Vertes | |
| 2023-08-24 | fix: parser must be initialized before use | Marc Vertes | |
