lox/README.md
adnanioricce 1d38acda73 [Init&Scanning] - Chapter 4 follow up
- Chapter 4 follow up from the "crafting interpreters" book
- Changing the package name ``com.craftinginterpreters.lox`` to ``com.lox``
2024-08-21 13:03:43 -03:00

3 lines
159 B
Markdown

# jlox: the lox java implementation follow up from CraftingInterpreters
The java implementation for the lox language from the reading of Crafting Interpreters