summaryrefslogtreecommitdiff
path: root/parser/parse.go
AgeCommit message (Expand)Author
2024-03-12fix: force adding a return at end of functionMarc Vertes
2024-03-08feat: add type representation in vm packageMarc Vertes
2024-01-15chore: import from gnolangMarc Vertes
2023-11-15parser: hande const declarationsMarc Vertes
2023-11-13parser: initial support for type declarations.Marc Vertes
2023-11-10parser: implement support for var declarationsMarc Vertes
2023-11-08parser: fix break in switch statementsMarc Vertes
2023-11-07parser: implement switch statementMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes
2023-10-21parser: implement operator precedence rules in expressionsMarc Vertes
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