Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
An implementation of the Hippo programming language built in Go!
- Host: GitHub
- URL: https://github.com/adityjhaa/hippo
- Owner: adityjhaa
- License: mit
- Created: 2024-05-06T00:52:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:29:17.000Z (7 months ago)
- Last Synced: 2024-06-06T19:23:40.113Z (7 months ago)
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```