LangToGroup-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

GrammarReader

Description

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

Documentation

checkGrammarType :: Grammar -> GrammarType Source #

Method for classifying type of input grammar.