Is there a good yacc/bison type LALR parser generator for .NET ?
Antlr supports C# code generation, though it is LL(k) not technically LALR. Its tree rewriting rules are an interesting feature though.