Lox language interpreter written in Crystal while reading the first part of the book Crafting interpreters.
Warning
Interpreter is not finished and probably has errors.
# Start REPL
> crystal run src/Lox.cr
# Run lox code in file blocks-test.lox
> crystal run src/Lox.cr examples/blocks-test.lox