Re: Basic to C ?

bart@cs.uoregon.edu (Barton Christopher Massey)
Thu, 5 Dec 1991 22:58:07 GMT

          From comp.compilers

Related articles
Basic to C ? gforce@cats.ucsc.edu (Matthew Forest Allen) (1991-12-04)
Re: Basic to C ? bart@cs.uoregon.edu (1991-12-05)
| List of all articles for this month |

Newsgroups: comp.compilers
From: bart@cs.uoregon.edu (Barton Christopher Massey)
Keywords: Basic, C, translator
Organization: CIS Dept., University of Oregon
References: 91-12-017
Date: Thu, 5 Dec 1991 22:58:07 GMT

In article 91-12-017 Matthew Forest Allen <gforce@cats.ucsc.edu> writes:
...
> Is there any sort of compiler out there that can take Basic and
> translate it into C ?


Check out the DDS-BASIC translator to C by Diomidis Spinellis, and its
companion interpreter. It's written in a byte-code language implemented
in C, so it should be easy to maintain :-).


The DDS-BASIC to C compiler is available as the program "dds" in the 1991
Obfuscated C Code Contest winners, and the interpreter is available in the
1990 winners. Both are ftp'able from uunet.


Sorry, couldn't resist :-). Actually, this is the only publicly available
BASIC->C translator I'm aware of...


Bart Massey
bart@cs.uoregon.edu
[Previous queries have reported only a commercial package that runs on
Vaxes and translates Nixdorf's version of Basic. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.