summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2023-09-08cli: use flags in command lineMarc Vertes
Also isolate repl in a separate function. Introduce `run` function for executing programs, letting room for other verbs to be done later: test, debug, ... Use file path as argument. Standard input redirect is no more mandatory.
2023-09-04codegen: add interpreter testsMarc Vertes
Also simplify project structure. The executable is now produced in the root directory. Work in progress.