Generate more compact JSGF by converting to ENBF.

This commit is contained in:
bringert
2007-01-07 20:04:39 +00:00
parent 7c80aca735
commit 090bb30466
4 changed files with 58 additions and 45 deletions

View File

@@ -60,7 +60,7 @@ data CFTerm
| CFVar Int
| CFConst String
| CFMeta String
deriving (Eq,Show)
deriving (Eq,Ord,Show)
type Cat_ = String
type CFSymbol_ = Symbol Cat_ Token