restored the .ebnf grammar format

This commit is contained in:
aarne
2010-09-24 12:39:49 +00:00
parent 4e715c3952
commit 11bfee735d
3 changed files with 370 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
-- parsing CF grammars and converting them to GF
-----------------------------------------------------------------------------
module GF.Grammar.CF (getCF) where
module GF.Grammar.CF (getCF,CFItem,CFCat,CFFun,cf2gf,CFRule) where
import GF.Grammar.Grammar
import GF.Grammar.Macros