summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
11 dayschore: shorter name for packages, simpilfy vm valuesMarc Vertes
12 daysdoc: improve comments, pass lintMarc Vertes
14 daysfix: improve parser, compiler and interpreter APIsMarc Vertes
14 dayschore: move compiler and interpreter in their own packagesMarc Vertes
2025-11-26Chore: improve tracing of code emitsMarc Vertes
2025-11-10chore: fix lintMarc Vertes
2024-07-18fix (parser): don't panic if assign of define untyped value (#10)Marc Vertes
2024-04-02chore: add linters and some lint fixes (#8)Marc Vertes
2024-03-20feat: Add simple Dump creation and recovery.Antonio Navarro Perez
2024-01-15chore: import from gnolangMarc Vertes
2023-11-03feat: add support for control flow operators in expressionsMarc Vertes
2023-10-12move to a direct byte code compiler (#8)Marc Vertes
2023-09-08cli: use flags in command lineMarc Vertes
2023-09-04codegen: add interpreter testsMarc Vertes