diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-12-13 22:15:19 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-12-13 22:15:19 +0000 |
| commit | 9e0dd0a41a9d386d4cc9ae6bab6fa2e1862e829f (patch) | |
| tree | 80b8db48188b041e128c45f077157474b5223680 /src/GF/GFCC/Raw/AbsGFCCRaw.hs | |
| parent | ed5a85ce1d48e8a8c4c151c19b5dc3adf55ce4cb (diff) | |
some generated GFCCRaw files added to darcs; make gf3langs for alltenses
Diffstat (limited to 'src/GF/GFCC/Raw/AbsGFCCRaw.hs')
| -rw-r--r-- | src/GF/GFCC/Raw/AbsGFCCRaw.hs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/GF/GFCC/Raw/AbsGFCCRaw.hs b/src/GF/GFCC/Raw/AbsGFCCRaw.hs new file mode 100644 index 000000000..7792c0450 --- /dev/null +++ b/src/GF/GFCC/Raw/AbsGFCCRaw.hs @@ -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) + |
