Okapi is a simple WIP programming language interpreter written in Go.
This project follows the structure of Writing an Interpreter in Go by Thorsten Ball.
- Lexing and parsing
- Evaluating expressions
Clone the repo and run:
go run main.goOkapi is a simple WIP programming language interpreter written in Go.
This project follows the structure of Writing an Interpreter in Go by Thorsten Ball.
Clone the repo and run:
go run main.go