summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/PGF2
AgeCommit message (Expand)Author
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 ana...krangelov
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 functionIsConst...Krasimir Angelov
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
2017-09-06the parser in the C runtime can now detect incomplete sentences just like the...Krasimir Angelov
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 Haskel...Krasimir Angelov
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 bin...Krasimir Angelov
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
2017-01-26added mkMeta and unMeta in the Haskell bindingkrasimir
2017-01-26added mkAbs and unAbs in the Haskell bindingkrasimir
2017-01-26add unStr,unInt and unFloat in the Haskell bindingkrasimir
2017-01-25improve the documentation for PGF2krasimir
2017-01-25add functionsByCat in the Haskell bindingkrasimir