On Thu, Mar 5, 2009 at 10:34 AM, Paul <[email protected]> wrote: > Is there an easy way to convert MINI-BASIC on over to C/C++? MINI-BASIC is a > Tiny BASIC interpreter written in assembly language (MASM). It has 26 > variables and 1 array (denoted by an @(I) symbol). It uses simple BASIC > commands such as PRINT, GOTO, GOSUB, IF and RUN. > > The Yahoo Group for MINI-BASIC is here:
There's no good automated way of doing it. Maybe this C implementation of Tiny BASIC will be helpful: http://www.ittybittycomputers.com/IttyBitty/TinyBasic/TinyBasic.c -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
