rename some modules that had GFCC in the name to PGF+something

This commit is contained in:
krasimir
2009-12-14 10:10:58 +00:00
parent a7811d1199
commit faa638d6fc
8 changed files with 17 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ executable gf
GF.Compile.Refresh
GF.Compile.Rename
GF.Compile.ReadFiles
GF.Compile.GrammarToGFCC
GF.Compile.GrammarToPGF
GF.Compile.Concrete.TypeCheck
GF.Compile.Concrete.Compute
GF.Compile.Concrete.AppPredefined
@@ -150,9 +150,12 @@ executable gf
GF.Compile.Abstract.Compute
GF.Compile.Optimize
GF.Compile.SubExOpt
GF.Compile.OptimizeGFCC
GF.Compile.OptimizePGF
GF.Compile.ModDeps
GF.Compile.GetGrammar
GF.Compile.PGFtoHaskell
GF.Compile.PGFtoProlog
GF.Compile.PGFtoJS
GF.Compile
GF.System.Readline
GF.Quiz