> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Stefan Matthias > Aust > Sent: 05 February 2003 08:21 > To: [EMAIL PROTECTED] > Subject: Re: [Mono-list] parse generator > > > Derek Gottfrid wrote: > > > i am looking for a parse generator for c#. i looked at jay but it is not > > much to my liking - anybody used antlr w/ c# option? other options? > > According to www.antlr.org, that unspeakable program also supports C#.
ANTLR (pronounciation: ănťl∂r -- like "antler") n. ANother Tool for Language Recognition ;-) > Coco/R is another tiny LL(k) parser generator which also supports C# and > (I think) the C# version is written in C# (at least the Java version is > written in Java). If memory serves, Coco/R is LL(1) not LL(k). It does support a form of attributed grammar and limited LL(1) conflict resolution though. > However, as I prefer LR(k) parser over LL(k) ones, jay seems to a be a > very practical solution. Out of interest, why do you prefer LR(k) parsers over LL(k) parsers? Kunle _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
