Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richgrov/microgd

(WIP) GDScript interpreter for microcontrollers
https://github.com/richgrov/microgd

gdscript interpreter microcontroller

Last synced: 11 days ago
JSON representation

(WIP) GDScript interpreter for microcontrollers

Awesome Lists containing this project

README

        

# MicroGD

GDScript interpreter for microcontrollers

# Roadmap

- [x] (in progress) Tokenization
- [ ] Parsing
- [ ] Compiling
- [ ] Interpreting
- [ ] Optimization