verigraph-1.1.1: Software specification and verification tool based on graph rewriting.

Safe HaskellNone
LanguageHaskell2010

XML.GGXWriter

Synopsis

Documentation

writeConfDepFile :: Bool -> MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes grammar, conflicts and dependencies (.cpx)

writeConflictsFile :: Bool -> MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes the grammar and the conflicts (.cpx)

writeDependenciesFile :: MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes the grammar and the dependencies (.cpx)

writeSndOderConfDepFile :: MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes grammar, second order conflicts and dependencies (.ggx)

writeSndOderConflictsFile :: MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes the grammar and the second order conflicts (.ggx)

writeSndOderDependenciesFile :: MorphismsConfig -> Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes the grammar and the second order dependencies (.ggx)

writeGrammarFile :: Grammars a b -> String -> [(String, String)] -> String -> IO () Source #

Writes only the grammar (.ggx)