1
0
forked from GitHub/gf-core

encoding/decoding canonical GF grammars to/from JSON and YAML

This commit is contained in:
Peter Ljunglöf
2019-02-08 09:10:04 +01:00
parent 951b884118
commit a0c1da2548
2 changed files with 360 additions and 0 deletions

View File

@@ -80,6 +80,11 @@ Library
utf8-string,
random,
pretty,
aeson,
yaml,
unordered-containers,
scientific,
text,
mtl,
exceptions
hs-source-dirs: src/runtime/haskell
@@ -192,6 +197,7 @@ Library
GF.Compile.ConcreteToHaskell
GF.Compile.ConcreteToCanonical
GF.Grammar.Canonical
GF.Grammar.CanonicalJSON
GF.Compile.PGFtoJS
GF.Compile.PGFtoProlog
GF.Compile.PGFtoPython