summaryrefslogtreecommitdiff
path: root/lang/token.go
AgeCommit message (Expand)Author
2023-11-24vm: use only reflect.Values (WIP)Marc Vertes
2023-11-20parser: add support for unary operatorsMarc Vertes
2023-11-20parser: add support for slices and arrays, parse index expressionsMarc Vertes
2023-11-15parser: hande const declarationsMarc Vertes
2023-11-10vm: add Grow instruction to increase stackMarc Vertes
2023-11-07parser: implement switch statementMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes
2023-10-14parser: implement label, goto and continue statementsMarc Vertes
2023-10-13parser: include absolute paths in symbolsMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes