What is a good C# compiler-compiler/parser generator?

HasaniH picture HasaniH · Jul 28, 2009 · Viewed 24.9k times · Source

I'm looking for a parser generator that given an EBNF for a LL(k) language will give me a C# parser and generate classes the types defined in the EBNF.

Answer

Martin v. Löwis picture Martin v. Löwis · Jul 28, 2009

ANTLR (nothing else to say)