mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
6 lines
271 B
Text
6 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.
|