index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Compile
/
PGFtoHaskell.hs
Age
Commit message (
Expand
)
Author
2017-08-29
the embedded grammars now work with both the pure Haskell and the Haskell bin...
Krasimir Angelov
2017-03-22
fixed a bug in Eq instance generation for GADT and lexical categories
aarne
2017-02-24
corrected fg generation for lexical categories, to avoid a type error in gene...
aarne
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-07-24
hs datatype generation for empty abstract types added
aarne
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2011-04-06
generate Eq instance for GADT
aarne
2011-04-06
fixed the printing of predefined and list categories in haskell=gadt
aarne
2011-03-05
added composOp generation to haskell-gadt, and an example in examples/gadt-tr...
aarne
2011-03-04
revived GADT generation
aarne
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-04-19
use the native unicode support from GHC 6.12
krasimir
2010-02-17
fix the Haskell code generation
krasimir
2009-12-14
rename some modules that had GFCC in the name to PGF+something
krasimir