mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the separate PGF building
This commit is contained in:
@@ -21,7 +21,6 @@ module GF.Grammar.Macros where
|
||||
import GF.Data.Operations
|
||||
import GF.Data.Str
|
||||
import GF.Infra.Ident
|
||||
import GF.Infra.Modules
|
||||
import GF.Grammar.Grammar
|
||||
import GF.Grammar.Values
|
||||
import GF.Grammar.Predef
|
||||
@@ -584,4 +583,4 @@ pSeq p1 p2 =
|
||||
(PSeq p11 (PString s1),PSeq (PString s2) p22) ->
|
||||
PSeq p11 (PSeq (PString (s1++s2)) p22)
|
||||
_ -> PSeq p1 p2
|
||||
-}
|
||||
-}
|
||||
|
||||
Reference in New Issue
Block a user