| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-20 | parser: add support for slices and arrays, parse index expressions | Marc Vertes | |
| 2023-11-17 | parser: support selector expression to get / set struct fields | Marc Vertes | |
| The structures are reresented by reflect values. New instructions `Field` and `Vassign` have been added to the VM to assign reflect values and access struct fields. | |||
| 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. | |||
