summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/PGF2
AgeCommit message (Collapse)Author
2021-07-06Add note in PGF2 documentation about risk for integer overflow.John J. Camilleri
Closes #109
2021-05-03Manage to get completion working in PGF2John J. Camilleri
2021-05-03First attempt at adding support for complete in PGF2 (gives segmentation faults)John J. Camilleri
2020-08-14remove the deprecated pgf_print_expr_tuplekrangelov
2020-08-14added an API for cloning expressions/types/literalskrangelov
2020-07-08drop the SG library completely.krangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
2020-03-05The 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-07a version of the parser which returns a chart rather than a list of expressionskrangelov
2019-05-28bits of documentationkrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-02-20added Data.Data.Data instance for Exprkrangelov
2018-11-27expose PGF and Concr for FFIKrasimir Angelov
2018-06-20bracketedLinearize in Haskell now emits the BIND constructor like in JavaKrasimir Angelov
2017-10-04further extend the API of the C runtimeKrasimir Angelov
2017-10-03in the PGF2 api: remove showCategory. add categoryContext and ↵Krasimir Angelov
functionIsConstructor
2017-09-28added exprSubstitute in the C runtime for substituting meta variablesKrasimir Angelov
2017-09-28the parser for abstract expressions in the C runtime now supports partial parsesKrasimir Angelov
2017-09-25handle productions in the internal creation APIKrasimir Angelov
2017-09-14an almost complete API for building new PGF files in the Haskell bindingKrasimir Angelov
2017-09-13added PGF2.Internal.writePGF in the Haskell bindingKrasimir Angelov
2017-09-11an almost complete API for creating the abstract syntax of a PGF in memoryKrasimir Angelov
2017-09-11an API to access the grammar's flagsKrasimir Angelov
2017-09-08more type correctionsKrasimir Angelov
2017-09-08the Haskell binding should be more careful with the matching types in CKrasimir Angelov
2017-09-08an initial sketch for PGF building API in the Haskell bindingKrasimir Angelov
2017-09-07a light API in the Haskell binding for accessing the internal data structuresKrasimir Angelov
2017-09-06PGF2.FFI: import Data.Word(Word)Thomas Hallgren
for compatibility with older versions of GHC
2017-09-06the parser in the C runtime can now detect incomplete sentences just like ↵Krasimir Angelov
the parser in the Haskell runtime. This is also reflected in all bindings.
2017-09-05added exprFunctions in the Haskell bindingKrasimir Angelov
2017-09-05added exprSize in the Haskell bindingKrasimir Angelov
2017-09-05added exprHash in the Haskell bindingKrasimir Angelov
2017-09-04forgot to commit PGF2.FFIKrasimir Angelov
2017-09-04instance Eq Expr in the Haskell bindingKrasimir Angelov
2017-09-01bugfix in showType from the C runtimeKrasimir Angelov
2017-09-01complete details for the "ai" command in the C shellKrasimir Angelov
2017-09-01added function treeProbability in the Haskell bindingKrasimir Angelov
2017-08-31graphvizWordAlignment in the C runtimeKrasimir Angelov
2017-08-31the C runtime now supports the same customizations for GraphViz as the ↵Krasimir Angelov
Haskell runtime
2017-08-30bugfix for hasLinearization in the Haskell bindingKrasimir Angelov
2017-08-29the embedded grammars now work with both the pure Haskell and the Haskell ↵Krasimir Angelov
binding API
2017-08-29added bracketedLinearize in the Haskell bindingKrasimir Angelov
2017-08-28tabularLinearize in the Haskell bindingKrasimir Angelov
2017-05-12a binding to the sentence lookup from Haskellkrasimir
2017-04-13gu_string_buf -> gu_new_string_buf in libgukrasimir
2017-02-10safer memory management in the Haskell bindingkrasimir
2017-01-26API for computing the Haskell bindingkrasimir
2017-01-26type checking API in the Haskell bindingkrasimir
2017-01-26forgot to add src/runtime/haskell-bind/PGF2/Type.hsckrasimir
2017-01-26bring the Haskell binding a bit closer to the pure Haskell APIkrasimir