You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Features
Lexing and parsing
Evaluating expressions
Lexer Demo
Getting Started
Clone the repo and run:
go run main.go
About
Okapi: A simple programming language interpreter written in Go.