chr4/writing_an_interpreter_in_rust
This is a port of the Monkey interpreter from Thorsten Ball's book "Writing and interpreter in Go" https://interpreterbook.com
Rust
Issues
- 1
How does performance compare with go?
#12 opened by trosel - 6
Add a LICENSE file
#6 opened by phrohdoh - 3
Lexer is O(n^2)
#10 opened by cderwin