https://github.com/marcussacapuces91/ms-basic
GWBasic interpreter for barebone computer like ESP32...
https://github.com/marcussacapuces91/ms-basic
bare-metal basic cpp gw-basic
Last synced: 5 months ago
JSON representation
GWBasic interpreter for barebone computer like ESP32...
- Host: GitHub
- URL: https://github.com/marcussacapuces91/ms-basic
- Owner: Marcussacapuces91
- License: apache-2.0
- Created: 2024-08-22T13:21:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T20:01:54.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:47:37.210Z (about 1 year ago)
- Topics: bare-metal, basic, cpp, gw-basic
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MS-Basic
GW-BASIC Interpreter for barebone computer like ESP32...
## Work in progress
This is a early work in progress.
## How is it done
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).
## Licence
All the code is originaly written under [Apache 2.0 License](LICENSE).
## Help is always welcome