Skip to content

Commit 781c1c3

Browse files
authored
Create README.md
1 parent 8a718ea commit 781c1c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Interpreter
2+
A "Clox" compiler, described in the book "Crafting Interpreters" by Robert Nystrom.
3+
4+
## Usage
5+
Build with Cmake:
6+
```
7+
~/Interpreter$ mkdir build
8+
~/Interpreter$ cd build
9+
~/Interpreter$ cmake ..
10+
~/Interpreter$ make
11+
```
12+
Run without argument for REPL, otherwise provide a source file as the first argument.

0 commit comments

Comments
 (0)