summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-04scan: fix scanning blocks with inner stringsMarc Vertes
2023-09-01parser: skip comment modesMarc Vertes
2023-08-31codegen: fix interpreter re-entranceMarc Vertes
2023-08-29gint: add an interactive REPLMarc Vertes
2023-08-25chore: appease lint and vetMarc Vertes
2023-08-25gint: simplifyMarc Vertes
2023-08-24codegen: add Interpreter structMarc Vertes
2023-08-24doc: add diagrams to scanner and parser readmesMarc Vertes
2023-08-24fix: parser must be initialized before useMarc Vertes
2023-08-24Update README.mdMarc Vertes
2023-08-24vm1: improve function calling (#6)Marc Vertes
2023-08-24scanner: handle long string delimiters (#7)Marc Vertes
2023-08-09codegen: add a bytecode generator (#5)Marc Vertes
2023-07-24vm1: add file pos for debug and a few immediate instructions (#4)Marc Vertes
2023-07-24parser: define all node kinds to make the parser multi-language (#3)Marc Vertes
2023-07-24scanner: compute numerical values (#2)Marc Vertes
2023-07-20vm1: introduce a fast and simple bytecode stack machine (#1)Marc Vertes
2023-07-10readme: how to display AST using graphvizMarc Vertes
2023-07-10readme: add usageMarc Vertes
2023-07-10first commitMarc Vertes