summaryrefslogtreecommitdiffstats
path: root/development/bas/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/bas/README')
-rw-r--r--development/bas/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/bas/README b/development/bas/README
new file mode 100644
index 0000000000..907f2d9982
--- /dev/null
+++ b/development/bas/README
@@ -0,0 +1,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.