slackbuilds/development/bas
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README development/bas: Added (classic basic interpreter) 2013-06-04 00:11:08 -05:00
bas.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
bas.info development/bas: Added (classic basic interpreter) 2013-06-04 00:11:08 -05:00
slack-desc development/bas: Added (classic basic interpreter) 2013-06-04 00:11:08 -05:00

README

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.