Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 616 Bytes

File metadata and controls

22 lines (16 loc) · 616 Bytes
Okapi Logo

Okapi Interpreter

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

lexer-demo

Getting Started

Clone the repo and run:

go run main.go