7Basic

From Rosetta Code
Revision as of 18:53, 19 August 2011 by 154.5.7.232 (talk) (Added links to project page and home page.)
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.

Links