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

https://github.com/samwson/ghost

A Ruby like scripting language written in Go.
https://github.com/samwson/ghost

go golang interpreter ruby scripting-language

Last synced: about 1 month ago
JSON representation

A Ruby like scripting language written in Go.

Awesome Lists containing this project

README

          

# Ghost
A Ruby like scripting language written in Go.

## Reference
This interpreter is closely based off of the one described in the book [Writing An Interpreter In Go](https://interpreterbook.com/) by Thorsten Ball.

## Limitations
- The lexer only supports ASCII characters