slackbuilds_ponce/development/bas/README

6 lines
271 B
Text
Raw Normal View History

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.