toylang is a simple, tiny toy interpreted language implemented in Go.
Writing this mostly for fun to learn more about Go and (sort of) implementing programming languages.
- implement Lexer
- implement Parser
- implement Eval
go run main.go
Thorsten Ball - Writing an interpreter in Go (2017)