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-bind
/
PGF2
/
FFI.hs
Age
Commit message (
Expand
)
Author
2017-09-05
added exprFunctions in the Haskell binding
Krasimir Angelov
2017-09-05
added exprSize in the Haskell binding
Krasimir Angelov
2017-09-05
added exprHash in the Haskell binding
Krasimir Angelov
2017-09-04
forgot to commit PGF2.FFI
Krasimir Angelov
2017-09-01
complete details for the "ai" command in the C shell
Krasimir Angelov
2017-09-01
added function treeProbability in the Haskell binding
Krasimir Angelov
2017-08-31
graphvizWordAlignment in the C runtime
Krasimir Angelov
2017-08-31
the C runtime now supports the same customizations for GraphViz as the Haskel...
Krasimir Angelov
2017-08-30
bugfix for hasLinearization in the Haskell binding
Krasimir Angelov
2017-08-29
added bracketedLinearize in the Haskell binding
Krasimir Angelov
2017-08-28
tabularLinearize in the Haskell binding
Krasimir Angelov
2017-05-12
a binding to the sentence lookup from Haskell
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-02-10
safer memory management in the Haskell binding
krasimir
2017-01-26
API for computing the Haskell binding
krasimir
2017-01-26
type checking API in the Haskell binding
krasimir
2017-01-26
bring the Haskell binding a bit closer to the pure Haskell API
krasimir
2017-01-26
added mkMeta and unMeta in the Haskell binding
krasimir
2017-01-26
added mkAbs and unAbs in the Haskell binding
krasimir
2017-01-26
add unStr,unInt and unFloat in the Haskell binding
krasimir
2017-01-25
improve the documentation for PGF2
krasimir
2017-01-25
add functionsByCat in the Haskell binding
krasimir
2016-05-11
the Literals API in Haskell no longer offers the sentence as an argument to t...
krasimir
2016-05-11
many of the uses of peekCString and withCString in the Haskell binding were i...
krasimir
2016-05-10
fix the offset for oracles in Haskell
krasimir
2016-05-10
an API for oracles in the GF parser
krasimir
2015-12-22
added API for reading a list of tuples in the SG module
krasimir
2015-12-20
added a primitive full-text search index in libsg. This can be use for findin...
krasimir
2015-11-25
added readTriple in libsg and its Haskell binding
krasimir
2015-11-19
added mkInt and mkFloat in the Haskell binding to make it easy to create lite...
krasimir
2015-09-08
add readTriple in the Haskell binding
krasimir
2015-09-02
added the minimal Haskell API for storing expressions/triples in the semantic...
krasimir
2015-07-03
merge the states for reasoning and evaluation into a single structure
krasimir
2015-04-17
added linearizeAll in the Haskell bindings
krasimir
2015-03-19
haskell-bind: add bindings to graphviz rendering functions for abstract&parse...
hallgren
2015-01-30
added hasLinearization in the Haskell binding
kr.angelov
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-12-19
bugfix and tiny optimization for callbacks from Haskell
kr.angelov
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-12-16
change in the API for literals
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-09-10
now release the FunPtr:s that are allocated for each literal callback
kr.angelov
2014-09-10
added an API for custom literals in the Haskell binding
kr.angelov
2014-09-10
added loadConcr/unloadConcr to the Haskell binding. This exposes an API for l...
kr.angelov
2014-04-04
fix the haskell binding to handle parse errors
kr.angelov
2014-03-12
haskell-bind: comment out superfluous imports
hallgren
2014-02-10
proper error checking in the C runtime
kr.angelov
2014-02-09
cleanup the code for the FFI binding. The API is now more uniform with the Py...
kr.angelov