summaryrefslogtreecommitdiffstats
path: root/development/bas/README
diff options
context:
space:
mode:
author G. Schoenmakers <gschoen@iinet.net.au>2013-05-17 22:51:11 -0300
committer Robby Workman <rworkman@slackbuilds.org>2013-06-04 00:11:08 -0500
commit52c6c8736d18c85e57472f2f4e643c46722443c3 (patch)
tree34e2ce70cddb720ee9c1afc63e802ff79b4246b5 /development/bas/README
parentd5dbe691315a916a6301ec7b360c3a49204a8341 (diff)
downloadslackbuilds-52c6c8736d18c85e57472f2f4e643c46722443c3.tar.gz
slackbuilds-52c6c8736d18c85e57472f2f4e643c46722443c3.tar.xz
development/bas: Added (classic basic interpreter)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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.