add quick readme
This commit is contained in:
parent
dcc1ae8699
commit
754713697d
11
README.md
Normal file
11
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user