1
0
forked from GitHub/gf-core

moved PGF.ToApi to GF.Compile.ToAPI

This commit is contained in:
aarne
2010-12-07 18:05:13 +00:00
parent 978e2e4241
commit dd6e0b1730
8 changed files with 12 additions and 10 deletions

View File

@@ -47,7 +47,6 @@ library
PGF.Forest
PGF.Optimize
PGF.Signature
PGF.ToAPI
GF.Data.TrieMap
GF.Data.Utilities
GF.Data.SortedList
@@ -124,6 +123,7 @@ executable gf
GF.Compile.Rename
GF.Compile.ReadFiles
GF.Compile.GrammarToPGF
GF.Compile.ToAPI
GF.Compile.TypeCheck.Abstract
GF.Compile.TypeCheck.Concrete
GF.Compile.TypeCheck.TC