summaryrefslogtreecommitdiff
path: root/parser/README.md
AgeCommit message (Expand)Author
2025-11-14fix: refactor VM instruction typeMarc Vertes
2024-03-14Merge branch 'main' of github.com:mvertes/parscanMarc Vertes
2024-03-14feat: initial support of closuresMarc Vertes
2024-03-12Fix: small README fixes and throw an error if expression not supported.Antonio Navarro Perez
2023-11-20parser: add support for unary operatorsMarc Vertes
2023-11-20parser: add support for slices and arrays, parse index expressionsMarc Vertes
2023-11-17parser: support selector expression to get / set struct fieldsMarc Vertes
2023-11-15parser: parse struct type declarationsMarc 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-07parser: implement switch statementMarc Vertes
2023-11-04fix: skip parsing empty expressionMarc Vertes
2023-10-21parser: implement operator precedence rules in expressionsMarc Vertes
2023-10-14parser: implement label, goto and continue statementsMarc 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-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