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.
- Host: GitHub
- URL: https://github.com/samwson/ghost
- Owner: samWson
- License: mit
- Created: 2018-07-22T05:22:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T09:44:47.000Z (almost 8 years ago)
- Last Synced: 2025-07-12T01:39:27.080Z (11 months ago)
- Topics: go, golang, interpreter, ruby, scripting-language
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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