| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
