1
0
forked from GitHub/gf-core

Got SRGS ABNF generation to compile.

This commit is contained in:
bjorn
2008-09-23 12:56:25 +00:00
parent 66d4909142
commit 0d1b2c01b9
3 changed files with 27 additions and 46 deletions

View File

@@ -50,8 +50,7 @@ data SRG = SRG { srgName :: String -- ^ grammar name
}
deriving (Eq,Show)
data SRGRule = SRGRule Cat [SRGAlt] -- ^ SRG category name, original category name
-- and productions
data SRGRule = SRGRule Cat [SRGAlt]
deriving (Eq,Show)
-- | maybe a probability, a rule name and an EBNF right-hand side