summaryrefslogtreecommitdiff
path: root/compiler/compiler.go
AgeCommit message (Collapse)Author
2025-11-28doc: improve comments, pass lintMarc Vertes
Also improve the setup of golangci-lint.
2025-11-27fix: improve parser, compiler and interpreter APIsMarc Vertes
Pass a language spec as an argument when create a new parser, compiler or interpreter. Also move the REPL code in interpreter package.
2025-11-27chore: move compiler and interpreter in their own packagesMarc Vertes