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.hsc
Age
Commit message (
Collapse
)
Author
2021-05-03
Manage to get completion working in PGF2
John J. Camilleri
2021-05-03
First attempt at adding support for complete in PGF2 (gives segmentation faults)
John J. Camilleri
2020-08-14
remove the deprecated pgf_print_expr_tuple
krangelov
2020-08-14
added an API for cloning expressions/types/literals
krangelov
2020-07-08
drop the SG library completely.
krangelov
2020-03-06
an API to access the names of all fields withing a category
krangelov
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ↵
krangelov
analysis intead of an integer. This is now consistent with lookupMorpho and friends
2019-12-07
a version of the parser which returns a chart rather than a list of expressions
krangelov
2019-05-28
API for scanning for cohorts in an arbitrary text
krangelov
2018-06-20
bracketedLinearize in Haskell now emits the BIND constructor like in Java
Krasimir Angelov
2017-10-04
further extend the API of the C runtime
Krasimir Angelov
2017-10-03
in the PGF2 api: remove showCategory. add categoryContext and ↵
Krasimir Angelov
functionIsConstructor
2017-09-28
added exprSubstitute in the C runtime for substituting meta variables
Krasimir Angelov
2017-09-28
the parser for abstract expressions in the C runtime now supports partial parses
Krasimir Angelov
2017-09-25
handle productions in the internal creation API
Krasimir Angelov
2017-09-14
an almost complete API for building new PGF files in the Haskell binding
Krasimir Angelov
2017-09-13
added PGF2.Internal.writePGF in the Haskell binding
Krasimir Angelov
2017-09-08
the Haskell binding should be more careful with the matching types in C
Krasimir Angelov