lox programing language implementation in Go
http://www.craftinginterpreters.com/appendix-i.html
- E-notation
- Unicode character
Build
make
./lox example/1-hello-world.lox
Test
make test
lox programing language implementation in Go
http://www.craftinginterpreters.com/appendix-i.html
Build
make
./lox example/1-hello-world.lox
Test
make test