Like these: https://github.com/munificent/craftinginterpreters/wiki/Lox-implementations
# Read from REPL
deno task run
# Read from file
deno task run --file ./lox/add.lox
Like these: https://github.com/munificent/craftinginterpreters/wiki/Lox-implementations
# Read from REPL
deno task run
# Read from file
deno task run --file ./lox/add.lox