| Age | Commit message (Expand) | Author |
|---|---|---|
| 2023-11-15 | parser: hande const declarations | Marc Vertes |
| 2023-11-13 | parser: initial support for type declarations. | Marc Vertes |
| 2023-11-10 | parser: implement support for var declarations | Marc Vertes |
| 2023-11-08 | parser: fix break in switch statements | Marc Vertes |
| 2023-11-07 | parser: implement switch statement | Marc Vertes |
| 2023-11-04 | fix: skip parsing empty expression | Marc Vertes |
| 2023-11-04 | parser: add tests for logical operatators | Marc Vertes |
| 2023-10-21 | parser: implement operator precedence rules in expressions | Marc Vertes |
| 2023-10-14 | parser: implement label, goto and continue statements | Marc Vertes |
| 2023-10-13 | parser: include absolute paths in symbols | Marc Vertes |
| 2023-10-13 | parser: refactor tests | Marc Vertes |
| 2023-10-13 | parser: implement 'break' statement | Marc Vertes |
| 2023-10-12 | parser: implement 'for' statement | Marc Vertes |
| 2023-10-12 | move to a direct byte code compiler (#8) | Marc Vertes |
