Related articles |
---|
bison for Oberon ? kewitz@kirk.fmi.uni-passau.de (1994-02-09) |
Re: bison for Oberon ? knapp@cs.purdue.edu (1994-02-10) |
Re: bison for Oberon ? dave@ocisgi7.unizh.ch (1994-02-10) |
Newsgroups: | comp.compilers |
From: | dave@ocisgi7.unizh.ch () |
Keywords: | Oberon, tools |
Organization: | University of Zurich, Switzerland |
X-Newsreader: | TIN [version 1.2 PL2] |
References: | 94-02-056 |
Date: | Thu, 10 Feb 1994 07:48:51 GMT |
: Is there somebody who knows if a compiler compiler for oberon exists
: like the bison for c.
Coco/r written by H.MOessenboeck. One paragraph from the paper: "Coco/R is
a program that takes an augmented EBNF grammar of a language and generates
a recursive descent parser and a scanner for this language. The programmer
has to supply a main module that calls the parser, as well as semantic
modules that a called from within the grammar (e.g., a symbol table
handler and a code generator."
Coco is available via anonymous ftp from neptune.inf.ethz.ch.
There is also a Modula-2 version of Coco, supported , as I think, by Pat
Terry.
If it may be interesting, I compiled with minor changes (not affecting
Cocol/R - the language) Coco/R with my Oberon to C translator and it works
for me well enough even where I cannot use the Oberon System.
David Tolpin, dave@ocisgi7.unizh.ch, dave@dream.demos.su
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.