7Basic

From Rosetta Code
Revision as of 18:51, 19 August 2011 by 154.5.7.232 (talk) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
7Basic is an implementation of BASIC. Other implementations of BASIC.
7Basic is an example of a compiler. You may find the programming tasks that have been solved using it here.

7Basic is both a programming language and the cross-platform compiler that generates x86 assembly code from 7Basic source files. The language is heavily based on other BASIC-derivatives like QuickBASIC while also providing classes and pointers, although the spec. for the language is in constant flux at the moment.