GW-BASIC Interpreter for barebone computer like ESP32...
This is a early work in progress.
Until now the first components are a command line (simple) and an Tokenizer. That's all for now.
All things to be done are:
- An AST (Abstract Syntax Tree) analyser / builder;
- The command interpreter (for real);
- The functions tokenizer (until now only an instructions tokenizer exists).
All the code is originaly written under Apache 2.0 License.