Re: Lookahead vs. Scanner Feedback

jwoods@convex.com (Jeff Woods)
Fri, 10 Jan 1992 16:51:59 GMT

          From comp.compilers

Related articles
[7 earlier articles]
Re: Lookahead vs. Scanner Feedback smk@dcs.edinburgh.ac.uk (1992-01-07)
Re: Lookahead vs. Scanner Feedback bill@twwells.com (1992-01-08)
Re: Lookahead vs. Scanner Feedback bliss@sp64.csrd.uiuc.edu (1992-01-08)
Re: Lookahead vs. Scanner Feedback nigelh@sol.UVic.CA (1992-01-08)
Re: Lookahead vs. Scanner Feedback dww@inf.fu-berlin.de (1992-01-08)
Re: Lookahead vs. Scanner Feedback jwoods@convex.com (1992-01-09)
Re: Lookahead vs. Scanner Feedback jwoods@convex.com (1992-01-10)
Re: Lookahead vs. Scanner Feedback bliss@sp64.csrd.uiuc.edu (1992-01-13)
Re: Lookahead vs. Scanner Feedback megatest!djones@decwrl.dec.com (1992-01-13)
| List of all articles for this month |

Newsgroups: comp.compilers
From: jwoods@convex.com (Jeff Woods)
Keywords: yacc, parse
Organization: CONVEX Computer Corporation, Richardson, Tx., USA
References: 92-01-012 92-01-042
Date: Fri, 10 Jan 1992 16:51:59 GMT

Thankyou to Gene Ressler for pointing out a type-o in my earlier note.


Under "grammar file:", I introduced the nonterminal typedefRecOn erroneously.
It should have been typedefRecOff and should have been re-initialized with
"OFF" instead of "ON."


I should also mention that I am only trying to offer Mark some help.
There are many other places this flag must be "turned on/off" (such as
before/after cast-expressions, declarations, etc...). I have
omitted showing these because I felt they weren't needed to make my
point.


If you feel this example is not clear enough, please send me email and
I will be glad to address it in more detail.


Thanks again Gene,


Jeff
--
Jeff Woods
Software Engineer (214) 497-4501
Software Development Tools Group (214) 497-4500 FAX
CONVEX Computer Corporation jwoods@convex.COM
--


Post a followup to this message

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