forked from GitHub/gf-core
some generated GFCCRaw files added to darcs; make gf3langs for alltenses
This commit is contained in:
18
src/GF/GFCC/Raw/AbsGFCCRaw.hs
Normal file
18
src/GF/GFCC/Raw/AbsGFCCRaw.hs
Normal file
@@ -0,0 +1,18 @@
|
||||
module GF.GFCC.Raw.AbsGFCCRaw where
|
||||
|
||||
-- Haskell module generated by the BNF converter
|
||||
|
||||
newtype CId = CId String deriving (Eq,Ord,Show)
|
||||
data Grammar =
|
||||
Grm [RExp]
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
data RExp =
|
||||
App CId [RExp]
|
||||
| AId CId
|
||||
| AInt Integer
|
||||
| AStr String
|
||||
| AFlt Double
|
||||
| AMet
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
Reference in New Issue
Block a user