Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module represents functionality for reading grammar definitions from given files and determing their type.
Depending on the type of grammar, specific algorithm for building a group will be executed.
Synopsis
- parser :: Parser Grammar
- parseFromFile :: Parser a -> FilePath -> FilePath -> IO a
- checkGrammarType :: Grammar -> GrammarType