slackbuilds_ponce/development/bas/README
G. Schoenmakers 52c6c8736d development/bas: Added (classic basic interpreter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-06-04 00:11:08 -05:00

5 lines
271 B
Text

Bas is an interpreter for the classic dialect of the programming
language BASIC. It is pretty compatible to typical BASIC
interpreters of the 1980s. The interpreter tokenises the source
and resolves references to variables and jump targets before
running the program.