summaryrefslogtreecommitdiff
path: root/parser/parse.go
AgeCommit message (Expand)Author
2023-10-14parser: implement label, goto and continue statementsMarc Vertes
2023-10-13parser: include absolute paths in symbolsMarc Vertes
2023-10-13parser: implement 'break' statementMarc Vertes
2023-10-12parser: implement 'for' statementMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes
2023-09-06chore: refactor some APIsMarc Vertes
2023-09-01parser: skip comment modesMarc Vertes
2023-08-09codegen: add a bytecode generator (#5)Marc Vertes
2023-07-10first commitMarc Vertes