Using Go to write the Lox interpreter in Crafting Interpreters.
Details are in Part II of the book.
Usage:
go build .
After building, you can get an executable file (glox or glox.exe).
./glox
./glox code.lox
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Using Go to write the Lox interpreter in Crafting Interpreters.
Details are in Part II of the book.
Usage:
go build .
After building, you can get an executable file (glox or glox.exe).
./glox
./glox code.lox