move the parsing related stuff to GF.GFCC.Parsing

This commit is contained in:
krasimir
2008-05-29 12:38:09 +00:00
parent 7fc0aec243
commit 9d52772d86
8 changed files with 17 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ import GF.Command.PPrTree
import GF.Data.ErrM
import GF.Parsing.FCFG
import GF.GFCC.Parsing.FCFG
import qualified Data.Map as Map
import System.Random (newStdGen)