Skip to content

GWBasic interpreter for barebone computer like ESP32...

License

Notifications You must be signed in to change notification settings

Marcussacapuces91/MS-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Help is always welcome