I would like to ask if there’s a C# framework for context-free grammar derivations. I just want to find out if there’s a derivation (given the grammar) for a given word.
Note: Actually it should not be that hard to program but I’m short of time right now.
Thanks!
http://antlr.org/ is the de facto standard for managed languages pretty much.