| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-15 | parser: parse struct type declarations | Marc Vertes | |
| Recursive structs and embedded structs are not supported yet. | |||
| 2023-11-04 | fix: skip parsing empty expression | Marc Vertes | |
| 2023-11-03 | feat: add support for control flow operators in expressions | Marc Vertes | |
| Logical operators `&&` (and), `||` (or) are now parsed in expressions. The control flow tokens (labels, conditional jumps) are added accordingly. | |||
