From mboxrd@z Thu Jan 1 00:00:00 1970 From: bakul@bitblocks.com (Bakul Shah) Date: Fri, 11 Nov 2011 13:30:58 -0800 Subject: [9fans] all you yacc experts In-Reply-To: Your message of "Fri, 11 Nov 2011 12:58:30 PST." References: <20111111205428.22C00B856@mail.bitblocks.com> Message-ID: <20111111213058.CD557B856@mail.bitblocks.com> Topicbox-Message-UUID: 3f61ab60-ead7-11e9-9d60-3106f5b1d025 On Fri, 11 Nov 2011 12:58:30 PST ron minnich wrote: > On Fri, Nov 11, 2011 at 12:54 PM, Bakul Shah wrote: > > > Might it be worth looking Merr or iyacc? Porting bison to > > plan9 seems like a hugh punishment for a quick hack:-) > > Implementing Jeffery's directly in yacc might benefit other > > parsers as well. > > If it's worth a look then I hope someone looks. I'm more trying to push that > than having this discussion :-) I will take a look but don't hold your breath; my plate is already full. One further issue is whether go has any other bison dependencies. > I think porting bison is the wrong way to go, personally. They lost me at configure. Why should a parser generator need on anything more than string.h, stdio,h and may be stdlib.h is beyond me. All it does is manipulate lists, sets and vectors!