Tagged Questions
2
votes
1answer
166 views
Generating all words in a language from CFG
I have a non-ambiguous context-free grammar. Is there some standard algorithm to create list of all the words in the language the CFG defines?
This can be done with an abvious brute-force search by ...