bas: bas (classic basic interpreter)
bas:
bas: Bas is an interpreter for the classic dialect of the programming
bas: language BASIC. It is pretty compatible to typical BASIC
bas: interpreters of the 1980s. The interpreter tokenises the source
bas: and resolves references to variables and jump targets before
bas: running the program.
bas:
bas: Homepage: http://www.moria.de/~michael/bas/
bas:
bas: