1
0
forked from GitHub/gf-core

Added -noparse flag to gfc. In the process, I refactored GF.Devel.GFC and GF.Command.Importing to use a common source to gfcc compilation function in the new module GF.Compile.API.

This commit is contained in:
bringert
2008-01-04 14:51:20 +00:00
parent 30b03d1fee
commit 203a6b62bc
4 changed files with 45 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ import GF.GFCC.Macros
import GF.GFCC.DataGFCC
import GF.GFCC.CId
import GF.GFCC.Raw.ConvertGFCC
import GF.GFCC.Raw.ParGFCCRaw
import GF.GFCC.Raw.CombParGFCCRaw
import GF.Command.PPrTree
import GF.Data.ErrM