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
/
runtime
/
haskell
/
PGF
/
Printer.hs
Age
Commit message (
Expand
)
Author
2018-04-18
Fixes for GHC 8.4.1 compatibility
Thomas Hallgren
2017-08-22
a nicer pretty printing for the PGF format
Krasimir Angelov
2015-05-11
added all orthographic primitives
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-09-05
full support for recursive def rules in the C runtime
kr.angelov
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2011-11-10
Now PMCFG is compiled per module and at the end we only link it. The new comp...
kr.angelov
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
krasimir
2010-06-30
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...
krasimir
2010-06-29
in PGF.Printer special output format for SymLit
krasimir
2010-06-18
PGF.Printer now dumps the printnames as well
krasimir
2010-05-11
in PGF, when printing function and category definitions, add semicolon
krasimir
2010-04-30
first incarnation of the bracketed string API
krasimir
2010-03-24
now for every category we store, in PGF, the list of functions for it in sour...
krasimir
2010-03-18
syntax for inaccessible patterns in GF
krasimir
2010-02-17
-output-format=pgf_pretty now prints the flags as well
krasimir
2010-02-16
fix the PGF printer for abstract
krasimir
2010-01-29
bugfix in the PGF typechecker and more test cases
krasimir
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir