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

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

Awesome Lists containing this project

README

          

# gibbon: Interpreted language written with Golang.

![](https://github.com/uchiiii/gibbon/workflows/Test/badge.svg)

### Install
```
go get -u github.com/uchiiii/gibbon
```

### How to use
```
go run main.go
```

### Reference
- Writing An Interpreter In Go (author: Thorsten Ball)