Skip to content

QBASIC-like interpreters, implemented in Basic - pure interpreter, e.g., not byte code, not even tokenized

License

Notifications You must be signed in to change notification settings

eddavis2/Basic-Interpreters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Interpreters

QBASIC-like interpreters, implemented in Basic

bintqb.bas is the QB64 version

bintfb.bas is the FreeBasic version

Both interpret a QBASIC subset.

Note that these are pure interpreters - they don't tokenize and/or create any intermediate representation. They just interpret the source as is.

bintqb running a Tiny Basic interpreter, that is itself written in GW-Basic:

image

Same, and now loading and running Tiny Star Trek into gw, who is being interpreted by bintqb:

image

About

QBASIC-like interpreters, implemented in Basic - pure interpreter, e.g., not byte code, not even tokenized

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published