Go to file
Gal d3aa8063d2
Add notes
2024-02-09 01:13:41 +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 Add notes 2024-02-09 01:13:41 +01:00

README.md

Crafting Interpreters

Notes

https://notes.velouria.dev/Reading/Crafting-Interpreters

Running

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

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

jlox [script]