Related articles |
---|
Ox generalizes Yacc and Lex for attribute grammars thomas.evans.shields@gmail.com (Tom Shields) (2019-02-06) |
Ox generalizes Yacc and Lex for attribute grammars bischoff@cs.iastate.edu (Kurt Bischoff) (1993-11-16) |
Re: Ox generalizes Yacc and Lex for attribute grammars a_tucker@paul.spu.edu (Andrew Tucker) (1993-11-16) |
Re: Ox generalizes Yacc and Lex for attribute grammars wjw@eb.ele.tue.nl (1993-11-17) |
Re: Ox generalizes Yacc and Lex for attribute grammars etxmow@garbo.ericsson.se (1993-11-17) |
Re: Ox generalizes Yacc and Lex for attribute grammars bevan@cs.man.ac.uk (Stephen J Bevan) (1993-11-17) |
Re: Ox generalizes Yacc and Lex for attribute grammars rad@cs.ucsb.edu (1993-11-18) |
Re: Ox generalizes Yacc and Lex for attribute grammars cspt@giraffe.ru.ac.za (1993-11-19) |
Re: Ox generalizes Yacc and Lex for attribute grammars buehlman@iwf.mabp.ethz.ch (1993-11-23) |
Newsgroups: | comp.compilers |
From: | cspt@giraffe.ru.ac.za (Pat Terry) |
Keywords: | attribute, bibliography |
Organization: | Compilers Central |
References: | 93-11-100 93-11-114 |
Date: | Fri, 19 Nov 1993 06:21:11 GMT |
> What are some good references for attribute grammars?
For those interested in LL(1) grammars and so on, have a look at
"A compiler generator for microcomputers"
by Rechenberg and Mossenbock (Prentice Hall, 1989, 0-13-155136-1)
which describes them in connection with the Coco parser generator. The
book is written around their tools Coco and Alex (now superseded by
Coco/R), which generates parsers for LL(1) grammars that are L-attributed.
The system works very nicely, and the book is well written (I thought).
Pat Terry, Computer Science, Rhodes University, GRAHAMSTOWN 6140, RSA
cspt@alpha.ru.ac.za or cspt@giraffe.ru.ac.za or pdterry@psg.com
Voice +27-461-318291 or +27-461-318292
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.