Re: LR(1) Parsing : Error Handling & Recovery

Stefan Monnier <monnier@iro.umontreal.ca>
Wed, 06 Aug 2014 21:32:47 -0400

          From comp.compilers

Related articles
[21 earlier articles]
Re: LR(1) Parsing : Error Handling & Recovery haberg-news@telia.com (Hans Aberg) (2014-07-21)
Re: LR(1) Parsing : Error Handling & Recovery wclodius@earthlink.net (2014-07-21)
Re: LR(1) Parsing : Error Handling & Recovery gneuner2@comcast.net (George Neuner) (2014-07-25)
Re: LR(1) Parsing : Error Handling & Recovery cdodd@acm.org (Chris Dodd) (2014-07-26)
Re: LR(1) Parsing : Error Handling & Recovery DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2014-07-28)
Re: LR(1) Parsing : Error Handling & Recovery cdodd@acm.org (Chris Dodd) (2014-07-29)
Re: LR(1) Parsing : Error Handling & Recovery monnier@iro.umontreal.ca (Stefan Monnier) (2014-08-06)
Re: LR(1) Parsing : Error Handling & Recovery drikosev@otenet.gr (Evangelos Drikos) (2014-08-26)
Re: LR(1) Parsing : Error Handling & Recovery haberg-news@telia.com (Hans Aberg) (2014-08-29)
Re: LR(1) Parsing : Error Handling & Recovery haberg-news@telia.com (Hans Aberg) (2014-09-03)
| List of all articles for this month |

From: Stefan Monnier <monnier@iro.umontreal.ca>
Newsgroups: comp.compilers
Date: Wed, 06 Aug 2014 21:32:47 -0400
Organization: A noiseless patient Spider
References: 14-07-023 14-07-024 14-07-026 14-07-027 14-07-029 14-07-032 14-07-034 14-07-037 14-07-043 14-07-047
Keywords: parse
Posted-Date: 06 Aug 2014 22:59:03 EDT

> How is a grammar related to an specific parser type?


AFAIK PEG parsers don't take a BNF grammar. Instead they take
a "grammar" whose syntax looks very much like a BNF grammar but whose
semantics is specified by the usual PEG semantics.




                Stefan



Post a followup to this message

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