Search code examples
.netyacclalr

Is there a good yacc/bison type LALR parser generator for .NET?


Is there a good yacc/bison type LALR parser generator for .NET ?


Solution

  • Antlr supports C# code generation, though it is LL(k) not technically LALR. Its tree rewriting rules are an interesting feature though.