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-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
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
hallgren
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-06
Remove PGF.Signature
hallgren
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
linearization by chunks in the GF shell: a new command 'lc' needed because 'l...
aarne
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-31
Add a cabal flag to use the standard binary package
hallgren
2013-10-30
linref is now used by the linearizer. The visible change is that the 'l' comm...
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
[next]