Path: csiph.com!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!.POSTED!nerds-end From: hsad005@gmail.com Newsgroups: comp.compilers Subject: =?UTF-8?Q?Re=3A_Bison_determinis=E2=80=8Btic_LALR=281=29_parser_for_Java=2FC?= =?UTF-8?Q?=2B=2B_=28kind_of_complex_langauge=29_without_=27lexar_hack=27_support?= Date: Sat, 18 Aug 2012 02:09:39 -0700 (PDT) Organization: Compilers Central Lines: 6 Sender: johnl@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-08-007@comp.compilers> References: <12-08-005@comp.compilers> NNTP-Posting-Host: news.iecc.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: leila.iecc.com 1345410101 46603 64.57.183.58 (19 Aug 2012 21:01:41 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Sun, 19 Aug 2012 21:01:41 +0000 (UTC) Keywords: bison, comment Posted-Date: 19 Aug 2012 17:01:41 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:724 One of my concern is if I will get anywhere with Bison/yacc based approach, given that I have the restriction that I will have to use just one lexer token for both type as well as non-type identifier refenreces. [This is a frequent issue, not hard to deal with particularly if you use GLR for the trickier cases. -John]