Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Results of application of the production rules of a grammar.
Documentation
language :: (Cfg cfg t nt, Ord nt) => cfg t nt -> [Vs t nt] Source #
Given a grammar, returns all strings of terminals yielded by application of the production rules to the start symbol. This is the language of the grammar.