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.
|
feedback
|
|
Gold is OK as far a parser generators go. | |||||
|
feedback
|
|
ANTLR (nothing else to say) | |||||
feedback
|
|
| |||
|
feedback
|
|
Grammatica supports LL(k). http://grammatica.percederberg.net/ | |||
|
feedback
|
|
Find Irony in http://irony.codeplex.com/ PROS: It is simple CONS: -Lack of document -Rather Slow | |||
|
feedback
|