summaryrefslogtreecommitdiffstats
path: root/development/bas/README
blob: 907f2d9982f8fd7d1905b3f3737e61154a5c3bf0 (plain)
1
2
3
4
5
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.