Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.iecc.com!nerds-end From: Kaz Kylheku Newsgroups: comp.compilers Subject: Re: Ignore break line sometimes Date: Mon, 13 Feb 2012 00:16:57 +0000 (UTC) Organization: A noiseless patient Spider Lines: 8 Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-02-018@comp.compilers> References: <12-02-010@comp.compilers> <12-02-015@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: leila.iecc.com 1329113398 47498 64.57.183.58 (13 Feb 2012 06:09:58 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Mon, 13 Feb 2012 06:09:58 +0000 (UTC) Keywords: parse, tools Posted-Date: 13 Feb 2012 01:09:58 EST X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:458 On 2012-02-12, Karsten Nyblad wrote: > that can help you. Many LR parser generators, e.g., bison, include > facilities for generalised LR parsing, and many LL parser generators > include facilities for backtracking. That might help you. General LR and backtracking, just to make semicolons optional when there are newlines? LOL.