summaryrefslogtreecommitdiff
path: root/parser/README.md
AgeCommit message (Expand)Author
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-06scanner: add automatic insertion of semi-colon after newlineMarc Vertes
2023-09-01parser: skip comment modesMarc Vertes
2023-08-24doc: add diagrams to scanner and parser readmesMarc Vertes
2023-08-24fix: parser must be initialized before useMarc Vertes