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: | wjw@eb.ele.tue.nl (Willem Jan Withagen) |
Keywords: | attribute, bibliography |
Organization: | Digital Information Systems Group, Eindhoven U. of Technology |
References: | 93-11-100 93-11-103 |
Date: | Wed, 17 Nov 1993 09:23:05 GMT |
Andrew Tucker <a_tucker@paul.spu.edu> writes:
=> What are some good references for attribute grammars? Does the dragon
=> book talk about them at all?
BOOK (CompilerArt
,AUTHOR = "Thomas Pittman and James Peters"
,TITLE= "The art of compiler design. (theory and practice)"
,PUBLISHER = PrenticeHall
,Address = PrenticeHallAddress
,YEAR = 1992
,TUEbib = "DFG92PIT/BSA"
,ISBN = "0-13-046160-1"
,abstract = "
A good introduction in several of the theories.
Introduces attribute grammars and the things one can do with them.
Several examples of codegeneration and optimisation.
"
)
I found it very educating in seeing what could all be done with attribute
grammars next to the very well know stuff for scoping and other semantic
problems.
Willem Jan
--
Digital Information Systems Group, Tel: +31-40-473401, Fax: +31-40-448375
Room EH 10.35 Eindhoven University of Technology
P.O. 513, 5600 MB Eindhoven, The Netherlands
Internet:wjw@eb.ele.tue.nl
X400:C=nl;A=400net;P=surf;O=tue;OU=ele;OU=eb;S=WJW;
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.