summaryrefslogtreecommitdiff
path: root/codegen
AgeCommit message (Expand)Author
2023-10-12move to a direct byte code compiler (#8)Marc Vertes
2023-09-06chore: refactor some APIsMarc Vertes
2023-09-04codegen: add interpreter testsMarc 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-24codegen: add Interpreter structMarc Vertes
2023-08-24vm1: improve function calling (#6)Marc Vertes
2023-08-09codegen: add a bytecode generator (#5)Marc Vertes