Is there a good yacc/bison type LALR parser generator for .NET ?
|
feedback
|
|
Antlr supports C# code generation, though it is LL(k) not technically LALR. Its tree rewriting rules are an interesting feature though. | |||
|
feedback
|
|
SableCC can generate c# code. It's pretty good but you need a few days to figure out how it all works, because the documentation ist not that great | |||
|
feedback
|
|
The Gardens Point Parser Generator looks good, however I've not had a chance to try it myself. | |||
|
feedback
|