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
/
Forest.hs
Age
Commit message (
Expand
)
Author
2020-10-02
fix parsing with HOAS
krangelov
2018-12-20
save the original concrete category in BracketedString
Krasimir Angelov
2018-11-30
Fix deprecations from containers >= 0.4.0.0
Peter LjungloĢf
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
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-30
linref is now used by the linearizer. The visible change is that the 'l' comm...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-03
fix in the GF compiler and runtime which let us to define pre construct detec...
kr.angelov
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2012-03-18
PGF run-time library: function names in BracketedString (experimental)
hallgren
2011-12-19
the parser now use nub instead of nubsort which means that the abstract synta...
kr.angelov
2010-12-14
optimization in the parser for large lexicons. Now, the parser is slightly sl...
krasimir
2010-10-21
change the TcM monad to continuation passing style. The old monad caused stac...
krasimir
2010-10-21
support for proof search with high-order functions
krasimir
2010-10-20
fixed typo which broke the parsing with -openclass
krasimir
2010-10-18
added explicit depth parameter to the parsing API and the corresponding comma...
krasimir
2010-10-18
now we use the GF reasoner to fillin meta variables in the abstract trees gen...
krasimir
2010-10-14
now since the type checking monad TcM is nondeterministic we can use the same...
krasimir
2010-10-11
the exhaustive/random generator now knows how to handle computable functions ...
krasimir
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-07-13
fix the loopchecking in PGF.Forest.bracketedTokn
krasimir
2010-06-05
Changing rec to rec_ in PGF
jordi.saludes
2010-05-19
now every BracketedString also has reference to the source expression(s)
krasimir
2010-05-19
added function lengthBracketedString
krasimir
2010-05-19
now the parser could return partial parse results
krasimir
2010-05-01
refactor BracketedString
krasimir
2010-04-30
first incarnation of the bracketed string API
krasimir