Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityjhaa/hippo

An implementation of the Hippo programming language built in Go!
https://github.com/adityjhaa/hippo

Last synced: 2 months ago
JSON representation

An implementation of the Hippo programming language built in Go!

Awesome Lists containing this project

README

        

# HIPPO


This language is based upon the knowledge I gained by reading the books Writing an Interpreter in Go and Writing a Compiler in Go by *Thorsten Ball*.


### Usage
```bash
git clone https://github.com/adityjhaa/hippo.git
cd hippo
go mod init hippo
go mod tidy
go run main.go
```