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
/
c
/
pgf
/
parseval.c
Age
Commit message (
Expand
)
Author
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2017-09-08
fix the type signatures for the linearizer callbacks
Krasimir Angelov
2017-08-07
the linearizer API now allows to detect metavariables. This is used for insta...
Krasimir Angelov
2017-04-19
explicitly classify all functions in libpgf as either internal or API functions
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-01-26
bring the Haskell binding a bit closer to the pure Haskell API
krasimir
2014-11-27
remove pgf/parser.h
kr.angelov
2014-10-22
CAPIT is now naturally supported in the C runtime
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-03-05
implementation for pre in the C runtime
kr.angelov
2014-03-04
memory leak in parseval.c
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-11-01
fix the parseval metric after the redesign in the C runtime
kr.angelov
2013-10-09
a major redesign in the C runtime. The parser and the linearizer now fully su...
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced with...
kr.angelov
2013-06-26
patch for adjustable heuristics from Python
kr.angelov
2013-05-07
bug fix in the management of memory pools in the statistical parser
kr.angelov
2013-04-26
finally the statistical parser is able to return all possible abstract trees
kr.angelov
2013-04-19
the C runtime and the Python binding now have an API for parser evaluation. T...
kr.angelov