https://github.com/rahuldshetty/talion
New Interpreted Programming Language
https://github.com/rahuldshetty/talion
go golang interpreter programming-language
Last synced: 9 months ago
JSON representation
New Interpreted Programming Language
- Host: GitHub
- URL: https://github.com/rahuldshetty/talion
- Owner: rahuldshetty
- Created: 2022-07-27T13:53:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T18:38:55.000Z (over 3 years ago)
- Last Synced: 2024-06-21T11:47:57.504Z (over 1 year ago)
- Topics: go, golang, interpreter, programming-language
- Language: Go
- Homepage: https://rahuldshetty.github.io/talion/
- Size: 154 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# talion
> Dynamically-typed interpreter programming language written in Go. This project is based out of a book called [Writing An Interpreter In Go](https://interpreterbook.com) which is about building your own programming language. I have followed this book for majority of the portion while writing talion language, but with extension to some cool C & JavaScript constucts to make talion a developer friendly language.
## Features
- Easy to Code
- High Level interpreter language
- Dynamically-Typed
- Dynamic memory allocation & Garbage collector using Go's GC system.
- Free & Open Source
## Contributing
If you would like to contribute to the project or report any bugs, feel free to raise this in the Github Issue [tracker](https://github.com/rahuldshetty/talion/issues).