Search code examples
c#parser-generator

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


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.


Solution

  • Gold is OK as far a parser generators go.