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#.

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).

However, as I prefer LR(k) parser over LL(k) ones, jay seems to a be a very practical solution.


bye
--
Stefan Matthias Aust //
www.3plus4software.de // Inter Deum Et Diabolum Semper Musica Est

_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Reply via email to