From 06206a7d122b2e9bc2ea32ed08e81839f0b7d032 Mon Sep 17 00:00:00 2001 From: Luis Henrique Date: Mon, 13 Dec 2010 09:55:39 -0200 Subject: development/blassic: Added (BASIC interpreter) Signed-off-by: Niels Horn --- development/blassic/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 development/blassic/README (limited to 'development/blassic/README') diff --git a/development/blassic/README b/development/blassic/README new file mode 100644 index 0000000000..51d2b5ddba --- /dev/null +++ b/development/blassic/README @@ -0,0 +1,7 @@ +Blassic is a classic Basic interpreter. The line numbers are +mandatory, and it has PEEK & POKE. The main goal is to execute +programs written in old interpreters, even those that use peculiar +control flow constructs or automodifiable code. However, it can be +used as a scripting language, and has some not-so-classic +instructions. It has graphics modes that are compatible with some +classic systems and user defined. -- cgit v1.2.3