vote up 4 vote down star

Thanks in advance.

flag

3 Answers

vote up 4 vote down check

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

link|flag
vote up 1 vote down

The Gardens Point Parser Generator looks good, however I've not had a chance to try it myself.

link|flag
vote up 3 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.