mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
binary serialization for PGF
This commit is contained in:
13
GF.cabal
13
GF.cabal
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user