Go to file
Gal 7244e5601b
Add sample code
2024-02-09 01:19:29 +01:00
src/com/craftinginterpreters/lox Fix breaks 2024-02-09 01:18:48 +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
sample-code.lox Add sample code 2024-02-09 01:19:29 +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]