1
0
forked from GitHub/gf-core

code cleanup

This commit is contained in:
Krasimir Angelov
2021-12-28 13:38:19 +01:00
parent c9b90a509c
commit 16b0eea568
7 changed files with 3 additions and 19 deletions

View File

@@ -13,7 +13,6 @@ import GF.Command.Help(helpCommand)
import GF.Command.Abstract
import GF.Command.Parse(readCommandLine,pCommand,readTransactionCommand)
import GF.Compile.Rename(renameSourceTerm)
import GF.Compile.CheckGrammar(linTypeOfType)
import GF.Compile.TypeCheck.Concrete(inferLType)
import GF.Compile.GeneratePMCFG(pmcfgForm)
import GF.Data.Operations (Err(..))