This is a go implementation of jlox (tree-walk interpreter) by munificent/craftinginterpreters.
Related implementation: goropikari/tlps Lox, off-side rule version
git clone https://github.com/goropikari/golox
cd golox
docker build -t golox .
docker run -it golox # launch REPL
- escape sequence
- import another file
- detect circular import
- support varargs
- support IO