Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kamva9697 committed Dec 19, 2023
1 parent 07549fb commit 72e4c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Development of the Monkey programming language with [zig](https://ziglang.org/) based on *Writing an Interpreter with Go by Thorsten Ball*

### Notes

1. Use [zigup](https://github.com/marler8997/zigup) install target zig nightly compiler
2. Install the `0.12.0-dev.1828+225fe6ddb` zig compiler
3. Run with `zig build run`


### Components:
- [x] Lexer
- [x] Parser:
Expand Down

0 comments on commit 72e4c32

Please sign in to comment.