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

https://github.com/tttardigrado/esostack

A small stack oriented esolang
https://github.com/tttardigrado/esostack

esolang interpreter programming-language stack

Last synced: about 1 year ago
JSON representation

A small stack oriented esolang

Awesome Lists containing this project

README

          

# EsoStack

A stack oriented eso-lang made in Go

## Tech Stack
* Languages: Golang
* Packages:
* Cobra: Command line interface
* Flinch: Command line input
* Testify: Improved Testing
* Others:
* Make
* Git
* Markdown
* Cookiecutter

## TODO:

- [X] Stack
- [X] Lexer && Tokens
- [X] Parser
- [X] AST
- [X] Interpreter
- [X] Colorize output
- [X] Repl
- [X] Src file interpreter
- [ ] Src Files as repl functions
- [X] Project creator from the cli
- [X] UI