writing-an-interpreter-in-go
There are 6 repositories under writing-an-interpreter-in-go topic.
Sycrosity/rust-monkey-interpreter
an implementation of the book "Writing an interpreter in go" by Thorsten Ball in rust
Spydr06/Monkey
The Monkey Programming language written in Go following Thorsten Ball's Book "Writing an Interpreter in Go"
vantaa89/interpreter-in-rust
Implementing an interpreter in Rust
fredrikln/monkey
Me following the books Writing an Interpreter in Go & Writing a Compiler in Go
xdaybreakerx/go-interpreter
An interpreter created following the guidance in Thorsten Ball's 'Writing an Interpreter in Go'