You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dsomero d0c108251a various: Update find command to match template. 12 years ago
..
README development/bas: Added (classic basic interpreter) 13 years ago
bas.SlackBuild various: Update find command to match template. 12 years ago
bas.info development/bas: Added (classic basic interpreter) 13 years ago
slack-desc development/bas: Added (classic basic interpreter) 13 years ago

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.