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!
- Host: GitHub
- URL: https://github.com/adityjhaa/hippo
- Owner: adityjhaa
- License: mit
- Created: 2024-05-06T00:52:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:29:17.000Z (about 1 year ago)
- Last Synced: 2024-06-06T19:23:40.113Z (about 1 year 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
### 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
```