Skip to content

Commit e4ee346

Browse files
committed
add docs about how to run
1 parent 36be38a commit e4ee346

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
An interpreter written in Go, based on the https://interpreterbook.com.
44

5+
## Running the REPL locally
6+
7+
You just need to have go installed. Then run:
8+
9+
```
10+
git clone https://github.com/juandspy/monkey-lang.git
11+
go run main.go
12+
```
13+
14+
and start writing Monkey lang code.
15+
516
## Language specs
617

718
### Operators

0 commit comments

Comments
 (0)