add quick readme

This commit is contained in:
Sebastian Hugentobler 2025-02-06 11:00:57 +01:00
parent dcc1ae8699
commit 754713697d

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Crafting Interpreters
Implementing [Crafting interpreters](https://craftinginterpreters.com) for the
[FHNW](https://www.fhnw.ch) [PL-Circle](https://github.com/fhnw-pl-circle).
## [Java Implementation](./java/lox-interpreter/)
Implementation of the tree-walk interpreter in java after the book.
Run `mvn package` to create an executable jar file in the `target` directory and
`mvn exec:java` to get a repl.