Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 283 Bytes

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)