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
/
Optimize.hs
Age
Commit message (
Expand
)
Author
2020-03-15
restore the sequence ordering after -optimize-pgf
krangelov
2018-11-30
Fix deprecations from containers >= 0.4.0.0
Peter LjungloĢf
2017-12-19
bugfix for random generation with HOAS
Krasimir Angelov
2017-08-18
Bump version requirements to base>=4.6, Cabal>=1.20
Thomas Hallgren
2015-05-11
added all orthographic primitives
krasimir
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-02-10
Restore compatibility with GHC 7.0
hallgren
2014-02-04
PGF.Optimize: one more fix for unsafeFreeze
hallgren
2014-02-04
PGF.Optimize: import unsafeFreeze from Data.Array.Unsafe for compatibility wi...
hallgren
2013-11-29
-optimize-pgf should also apply to the linrefs
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-08-29
Added an O(n log n) version of nub
peter.ljunglof
2010-12-14
optimization in the parser for large lexicons. Now, the parser is slightly sl...
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-09
dead code elimination for PGF. Note: the produced grammars will not work well...
krasimir