forked from GitHub/gf-core
refactored FCFG parsing to fit in GFCC shell
This commit is contained in:
@@ -14,9 +14,9 @@ import Data.List (groupBy)
|
||||
import Data.Array
|
||||
|
||||
import GF.Formalism.Utilities
|
||||
import GF.Formalism.GCFG
|
||||
--import GF.Formalism.GCFG
|
||||
|
||||
import GF.Infra.Print
|
||||
import GF.Infra.PrintClass
|
||||
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
@@ -16,7 +16,7 @@ module GF.Formalism.GCFG where
|
||||
import GF.Formalism.Utilities (SyntaxChart)
|
||||
import GF.Data.Assoc (assocMap, accumAssoc)
|
||||
import GF.Data.SortedList (nubsort, groupPairs)
|
||||
import GF.Infra.Print
|
||||
import GF.Infra.PrintClass
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ import Data.List (groupBy)
|
||||
import GF.Formalism.Utilities
|
||||
import GF.Formalism.GCFG
|
||||
|
||||
import GF.Infra.Print
|
||||
import GF.Infra.PrintClass
|
||||
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
@@ -22,7 +22,7 @@ import GF.Data.SortedList
|
||||
import GF.Data.Assoc
|
||||
import GF.Data.Utilities (sameLength, foldMerge, splitBy)
|
||||
|
||||
import GF.Infra.Print
|
||||
import GF.Infra.PrintClass
|
||||
|
||||
------------------------------------------------------------
|
||||
-- * symbols
|
||||
|
||||
Reference in New Issue
Block a user