Go to file
Gal 27211247b7
Initial commit
2024-02-07 23:34:26 +01:00
src/com/craftinginterpreters/lox Initial commit 2024-02-07 23:34:26 +01:00
.gitignore Initial commit 2024-02-07 23:34:26 +01:00
README.md Initial commit 2024-02-07 23:34:26 +01:00

README.md

Crafting Interpreters

Running

cd src
javac -d ../bin com/craftinginterpreters/lox/*.java

cd ..
java -cp bin com.craftinginterpreters.lox.Lox

jlox [script]