https://github.com/chrome99/okapi-lang
Okapi: A simple programming language interpreter written in Go.
https://github.com/chrome99/okapi-lang
compiler go interpreter
Last synced: about 1 year ago
JSON representation
Okapi: A simple programming language interpreter written in Go.
- Host: GitHub
- URL: https://github.com/chrome99/okapi-lang
- Owner: chrome99
- Created: 2025-02-08T13:44:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T15:57:19.000Z (over 1 year ago)
- Last Synced: 2025-03-01T16:33:10.191Z (over 1 year ago)
- Topics: compiler, go, interpreter
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Okapi Interpreter
Okapi is a simple WIP programming language interpreter written in Go.
This project follows the structure of **[Writing an Interpreter in Go](https://interpreterbook.com/)** by Thorsten Ball.
## Features
- Lexing and parsing
- Evaluating expressions
## Lexer Demo

## Getting Started
Clone the repo and run:
```sh
go run main.go
```