I'm looking for anyone with some experience using a parser generator that is either design for or has C# available as a target language.
What seems to be the standard?
Some of the options I have found:
- ANTLR - Seems widely used, yet people often complain it is "over complicated" or "strange".
- Coco/R - Another common one I have run into in my search. I don't know much about Coco.
- TinyPG - CodeProject hosted Parser Generator. Not sure on the maturity of this one, but maybe others here have used it?
- Others?
I'm looking to go with the most stable, widely used option for this project. Does anyone have any suggestions in terms of parser-generators with C# as a target language?