mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
split the abstract syntax specific and the concrete syntax specific modules in different subfolders in GF.Compile
This commit is contained in:
9
GF.cabal
9
GF.cabal
@@ -132,13 +132,10 @@ executable gf
|
||||
GF.Grammar.MMacros
|
||||
GF.Grammar.Lookup
|
||||
GF.Grammar.Unify
|
||||
GF.Grammar.AppPredefined
|
||||
GF.Grammar.PatternMatch
|
||||
GF.Grammar.Printer
|
||||
GF.Grammar.Binary
|
||||
GF.Infra.CheckM
|
||||
GF.Compile.TC
|
||||
GF.Compile.TypeCheck
|
||||
GF.Compile.Update
|
||||
GF.Compile.CheckGrammar
|
||||
GF.Compile.Refresh
|
||||
@@ -146,7 +143,11 @@ executable gf
|
||||
GF.Compile.Rename
|
||||
GF.Compile.ReadFiles
|
||||
GF.Compile.GrammarToGFCC
|
||||
GF.Compile.Compute
|
||||
GF.Compile.Concrete.Compute
|
||||
GF.Compile.Concrete.AppPredefined
|
||||
GF.Compile.Abstract.TC
|
||||
GF.Compile.Abstract.TypeCheck
|
||||
GF.Compile.Abstract.Compute
|
||||
GF.Compile.Optimize
|
||||
GF.Compile.OptimizeGF
|
||||
GF.Compile.OptimizeGFCC
|
||||
|
||||
Reference in New Issue
Block a user