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

https://github.com/adityjhaa/hippo

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

Last synced: 3 months ago
JSON representation

An implementation of the Hippo programming language built in Go!

Awesome Lists containing this project

README

        

# HIPPO


### Usage

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

To use the REPL of Hippo language:
```bash
go run main.go
```