1
0
forked from GitHub/gf-core

binary serialization for PGF

This commit is contained in:
krasimir
2008-10-28 13:57:10 +00:00
parent 8e43cfb8a8
commit ebd98056ce
14 changed files with 1984 additions and 458 deletions

View File

@@ -575,23 +575,25 @@ library
PGF.Parsing.FCFG
PGF.Expr
PGF.Type
PGF.Raw.Parse
PGF.Raw.Print
PGF.Raw.Convert
PGF.Raw.Abstract
PGF.AbsCompute
PGF.Paraphrase
PGF.TypeCheck
PGF.Binary
GF.Data.MultiMap
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc
GF.Data.ErrM
GF.Text.UTF8
-- needed only for the on demand generation of PMCFG
GF.Data.BacktrackM
GF.Compile.GenerateFCFG
GF.Compile.GeneratePMCFG
-- not really part of GF but I have changed the original binary library
-- and we have to keep the copy for now.
Data.Binary
Data.Binary.Put
Data.Binary.Get
Data.Binary.Builder
executable gf
build-depends: base,
@@ -701,6 +703,7 @@ executable gf
PGF.AbsCompute
PGF.Paraphrase
PGF.TypeCheck
PGF.Binary
GFC
GFI