Re: bison for Oberon ?

knapp@cs.purdue.edu (Edgar Knapp)
Thu, 10 Feb 1994 03:28:52 GMT

          From comp.compilers

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)
| List of all articles for this month |

Newsgroups: comp.compilers
From: knapp@cs.purdue.edu (Edgar Knapp)
Keywords: yacc, Oberon, tools
Organization: Purdue University
References: 94-02-056
Date: Thu, 10 Feb 1994 03:28:52 GMT

kewitz@kirk.fmi.uni-passau.de (Ansgar Kewitz) writes:


  -> Is there somebody who knows if a compiler compiler for oberon exists
  -> like the bison for c.


Yes. It is called Coco/R, and can be found on neptune.inf.ethz.ch.


ftp://neptune.inf.ethz.ch:/Oberon/Examples/Coco


This is a recursive descent parser generator, though, not an LALR
parser generator, in case it matters to you. However, it is much nicer
and better integrated than lex/yacc or flex/bison.


Edgar
--
Edgar Knapp knapp@cs.purdue.edu
Purdue University (get PGP key and WWW URL via finger)
Department of Computer Sciences +1 (317) 494-6028 (voice)
West Lafayette, IN 47907-1398 +1 (317) 494-0739 (fax)
--


Post a followup to this message

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