1
0
forked from GitHub/gf-core

Translating linearization functions to Haskell: move Haskell AST and pretty printer to GF.Haskell

For further separation of pretty printing concerns from conversion concerns,
the Haskell AST and pretty printer has been moved to its own module,
GF.Haskell, also allowing it to be reused in other places where Haskell
code is generated.
This commit is contained in:
hallgren
2015-04-14 12:44:14 +00:00
parent 9aeffa15c9
commit 8cfb989c9c
3 changed files with 219 additions and 140 deletions

View File

@@ -184,6 +184,7 @@ Library
GF.Compile.Multi
GF.Compile.Optimize
GF.Compile.PGFtoHaskell
GF.Haskell
GF.Compile.ConcreteToHaskell
GF.Compile.PGFtoJS
GF.Compile.PGFtoLProlog