Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peabnuts123/gnarly-interpreter
- Owner: peabnuts123
- Created: 2019-09-16T03:17:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T04:35:56.000Z (about 5 years ago)
- Last Synced: 2023-04-14T18:14:17.868Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😂