LR(1) Parser Table Generator wanted (ideally C or C++) as refeernce

"SLK Mail" <slkpg4@gmail.com>
Fri, 25 Mar 2016 20:35:25 -0800

          From comp.compilers

Related articles
LR(1) Parser Table Generator wanted (ideally C or C++) as refeernce aaronngray@gmail.com (Aaron Gray) (2016-03-25)
Re: LR(1) Parser Table Generator wanted (ideally C or C++) as refeernc aaronngray@gmail.com (Aaron Gray) (2016-03-25)
LR(1) Parser Table Generator wanted (ideally C or C++) as refeernce slkpg4@gmail.com (SLK Mail) (2016-03-25)
Re: LR(1) Parser Table Generator wanted (ideally C or C++) as refeernc federation2005@netzero.com (2016-04-03)
| List of all articles for this month |

From: "SLK Mail" <slkpg4@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 25 Mar 2016 20:35:25 -0800
Organization: SLK Systems
Injection-Info: miucha.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="74373"; mail-complaints-to="abuse@iecc.com"
Keywords: parse
Posted-Date: 25 Mar 2016 21:34:38 EDT

SLK might help you with this. It is actually LR(k)-ish, but should
generate the tables you want if you set k=1. It adds k lookahead to the
LR(1) machine which turns out to be surprisingly useful for some of the
typical k>1 issues that come up.


www.slkpg.com



Post a followup to this message

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