Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktanaka101 authored Jul 26, 2020
1 parent 794c61d commit e8a82db
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Summury

We can learn how to make an interpreter in this book.
====> β˜†β˜†β˜† __["Writing An Interpreter in Go"](https://interpreterbook.com/)__ β˜†β˜†β˜†
That interpreter is Monkey.
In the book the Moneky interpreter is written in Go.
But in this repository it is written in Rust.
We can learn how to make an interpreter in this book.
====> β˜†β˜†β˜† __["Writing An Interpreter in Go"](https://interpreterbook.com/)__ β˜†β˜†β˜†
====> β˜†β˜†β˜† __["Writing A Compiler In Go"](https://compilerbook.com/)__ β˜†β˜†β˜†
That interpreter and compiler-VM is called Monkey in the book.
The Monkey is written in Go in the book.
But in this repository it is written in Rust.

- [x] Lexer
- [x] Parser
Expand Down

0 comments on commit e8a82db

Please sign in to comment.