summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind
AgeCommit message (Expand)Author
2020-07-28Updates to PGF2 readmeJohn J. Camilleri
2020-07-28Bump pgf2 to 1.2.0John J. Camilleri
2020-07-28Merge remote-tracking branch 'origin/master' into pgf2-hackageJohn J. Camilleri
2020-07-26parseToChart also returns the categorykrangelov
2020-07-22the if is actually unnecessarykrangelov
2020-07-22bugfix in bracketedLinearizekrangelov
2020-07-11(pgf2) Readme, license, changelogJohn J. Camilleri
2020-07-11Bump pgf2 to 1.1.0, update READMEJohn J. Camilleri
2020-07-08Merge remote-tracking branch 'origin/master' into pgf2-hackageJohn J. Camilleri
2020-07-08Remove PGF from PGF2, clean up PGF2 cabal file.John J. Camilleri
2020-07-08drop the SG library completely.krangelov
2020-05-14lookupCohorts now detects and reports unknown words. Also:krangelov
2020-03-06an API to access the names of all fields withing a categorykrangelov
2020-03-05fix the build after the change in the morphological APIkrangelov
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-08-07Remove wrong Haddock comment in PGF2John J. Camilleri
2019-05-28bits of documentationkrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-03-07haskell-bind/utils.c: add missing returnThomas Hallgren
2019-02-27strip empty phrases in bracketedLinearizekrangelov
2019-02-20added Data.Data.Data instance for Exprkrangelov
2018-11-27expose PGF and Concr for FFIKrasimir Angelov
2018-10-15hide the compatibility APIKrasimir Angelov
2018-06-20added bracketedLinearizeAllKrasimir Angelov
2018-06-20bracketedLinearize in Haskell now emits the BIND constructor like in JavaKrasimir Angelov
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2018-04-12bugfix in the Haskell bindingKrasimir Angelov
2018-04-09- rm duplicate linesodanoburu
2018-04-09- rm trailing spacesodanoburu
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-25added showPGF in the Haskell APIKrasimir 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 function printName in the Haskell bindingKrasimir Angelov
2017-09-05added languageCode in the Haskell bindingKrasimir Angelov
2017-09-05fix the type signature for exprSizeKrasimir Angelov
2017-09-05added exprFunctions in the Haskell bindingKrasimir Angelov