mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
52c6c8736d
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
5 lines
271 B
Text
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.
|