Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peabnuts123/gnarly-interpreter

Interpreter for gnarly language, written in Go
https://github.com/peabnuts123/gnarly-interpreter

Last synced: 18 days ago
JSON representation

Interpreter for gnarly language, written in Go

Awesome Lists containing this project

README

        

# Gnarly interpreter

Interpreter implementation and execution environment for [gnarly language](https://github.com/peabnuts123/gnarly-lang). This is very much a work in progress 🙃.

## Backlog
* PASS 1: Pre-processing
* Tokenise main file
* Execute pre-processing directives
* Pre-process and tokenise imported files
* Collate all tokenised source code
* PASS 2: Execution
* Implement the … code? IDK yet 😂