https://github.com/uchiiii/gibbon
interpreted language named "gibbon" written by Golang
https://github.com/uchiiii/gibbon
go golang interpreted-language interpreter
Last synced: 4 months ago
JSON representation
interpreted language named "gibbon" written by Golang
- Host: GitHub
- URL: https://github.com/uchiiii/gibbon
- Owner: uchiiii
- Created: 2019-08-20T08:09:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T14:39:40.000Z (about 6 years ago)
- Last Synced: 2025-11-10T10:28:17.161Z (7 months ago)
- Topics: go, golang, interpreted-language, interpreter
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gibbon: Interpreted language written with Golang.

### Install
```
go get -u github.com/uchiiii/gibbon
```
### How to use
```
go run main.go
```
### Reference
- Writing An Interpreter In Go (author: Thorsten Ball)