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
Age
Commit message (
Expand
)
Author
2015-06-23
Bump version of .gfo and .pgf files, improve error messages on version mismatch
hallgren
2015-06-17
forgot changes in the serialization in the Haskell runtime
krasimir
2015-06-11
fixed typo in the Haskell runtime
krasimir
2015-05-11
added all orthographic primitives
krasimir
2015-04-20
drop the dependency to FST
krasimir
2015-03-24
PGF Service: add an option to return syntax trees in JSON format
hallgren
2015-02-16
Restore compatibility with ghc-7.4
hallgren
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2015-02-12
PGF.Haskell: adding operators for selections from tables
hallgren
2015-02-09
Translating linearization functions to Haskell: support for variants
hallgren
2015-01-19
Translating linearization functions to Haskell: move a common record type to ...
hallgren
2015-01-14
Translating linearization functions to Haskell: better treatment of special t...
hallgren
2014-10-31
now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...
kr.angelov
2014-10-30
a more efficient tail call by using the new TUCK instruction
kr.angelov
2014-10-26
an explicit SAVE instruction
kr.angelov
2014-10-22
an explicit PUSH_FRAME instruction
kr.angelov
2014-10-19
(un)lexmixed: added the other math environments than $ used in latex
aarne
2014-10-17
one general case in dealing with backslash in latex lexing is enough
aarne
2014-10-17
unlexing latex code: no space between closing $ and punctuation
aarne
2014-10-17
lexer for latex code: don't separate backslash from the macro name that it marks
aarne
2014-10-16
finally proper stack unwind in the evaluator
kr.angelov
2014-10-14
the compiler now allows + to be used as a floating point addition in the abst...
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-06
using instruction RET was wrong; now use EVAL
kr.angelov
2014-09-29
bugfix in the pattern matching compiler and a number of other fixes that I so...
kr.angelov
2014-09-11
a major revision of the bytecode generator and JIT compiler. the effect is th...
kr.angelov
2014-09-05
the code for def rules now uses proper graph update to preserve lazyness
kr.angelov
2014-09-05
full support for recursive def rules in the C runtime
kr.angelov
2014-09-01
partial implementation for recursive def rules
kr.angelov
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-07-15
PGF Web Service: include entire completion in full mode
john.j.camilleri
2014-07-11
PGF web service: Return additional completion info with 'full' flag
john
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-04-09
Change the type of PGF.Lexing.bindTok to [String] -> [String]
hallgren
2014-04-09
Unlexers: move capitalization of first word from GF.Text.Lexing to PGF.Lexing
hallgren
2014-04-09
PGF Service: a bit more clever lexer=text
hallgren
2014-04-08
Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing
hallgren
2014-03-12
ensure that negative probabilities are always avoided
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
2014-01-31
fix in the bracketedLinearize in Haskell
kr.angelov
2014-01-24
fix in the Haskell runtime
kr.angelov
2013-12-17
Add backward compatibility for reading old PGF files
hallgren
2013-12-10
move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ...
kr.angelov
2013-12-10
Haskell bindings for the C runtime
inari
2013-12-10
bugfix in the grammar splitter
kr.angelov
2013-12-10
option --split-pgf replaces option --mk-index. This splits the PGF into one f...
kr.angelov
2013-11-29
-optimize-pgf should also apply to the linrefs
kr.angelov
[next]