| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-08 | also add the 9.6 compatibility fixes to PGF2 | Inari Listenmaa | |
| 2022-08-24 | added a Setup script to compile without cabal-install | Krasimir Angelov | |
| 2022-07-16 | support for BIND tokens in the Python bindings | Krasimir Angelov | |
| 2022-03-05 | Update base <4.15 to <4.16 for tests + pgf*.cabal | Inari Listenmaa | |
| 2021-07-07 | Replace tabs for whitespace in source code | John J. Camilleri | |
| 2021-07-06 | Add note in PGF2 documentation about risk for integer overflow. | John J. Camilleri | |
| Closes #109 | |||
| 2021-07-06 | Some more cabal file cleanup. Add stack files for pgf, pgf2. | John J. Camilleri | |
| 2021-07-06 | specify version bounds in pgf.cabal and pgf2.cabal | 2jacobtan | |
| 2021-06-24 | Update pgf.cabal, and minors to other cabal files | John J. Camilleri | |
| 2021-05-03 | Manage to get completion working in PGF2 | John J. Camilleri | |
| 2021-05-03 | Improvement to test script, distinguishes when input ends with whitespace | John J. Camilleri | |
| 2021-05-03 | Add proper error handling in complete | John J. Camilleri | |
| 2021-05-03 | Second attempt. Reading enum is closer to working but all strings are empty. | John J. Camilleri | |
| 2021-05-03 | First attempt at adding support for complete in PGF2 (gives segmentation faults) | John J. Camilleri | |
| 2021-04-30 | Add note about type-checking dynamic expressions in PGF2 Haddock | John J. Camilleri | |
| Closes #72 | |||
| 2020-09-18 | Add instructions for uploading PGF2 to Hackage | John J. Camilleri | |
| 2020-09-18 | Bump PGF2 to 1.2.1 | John J. Camilleri | |
| 2020-08-14 | remove the deprecated pgf_print_expr_tuple | krangelov | |
| 2020-08-14 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2020-08-14 | added an API for cloning expressions/types/literals | krangelov | |
| 2020-08-03 | Add script for uploading PGF2 documentation to Hackage | John J. Camilleri | |
| Hackage's attempt to build the package will fail because of missing C libraries | |||
| 2020-07-28 | Updates to PGF2 readme | John J. Camilleri | |
| 2020-07-28 | Bump pgf2 to 1.2.0 | John J. Camilleri | |
| 2020-07-28 | Merge remote-tracking branch 'origin/master' into pgf2-hackage | John J. Camilleri | |
| 2020-07-26 | parseToChart also returns the category | krangelov | |
| 2020-07-22 | the if is actually unnecessary | krangelov | |
| 2020-07-22 | bugfix in bracketedLinearize | krangelov | |
| 2020-07-11 | (pgf2) Readme, license, changelog | John J. Camilleri | |
| 2020-07-11 | Bump pgf2 to 1.1.0, update README | John J. Camilleri | |
| 2020-07-08 | Merge remote-tracking branch 'origin/master' into pgf2-hackage | John J. Camilleri | |
| # Conflicts: # src/runtime/haskell-bind/pgf2.cabal | |||
| 2020-07-08 | Remove PGF from PGF2, clean up PGF2 cabal file. | John J. Camilleri | |
| 2020-07-08 | drop the SG library completely. | krangelov | |
| 2020-05-14 | lookupCohorts now detects and reports unknown words. Also: | krangelov | |
| - added added two filtering functions: filterLongest and filterBest - updated the PGF service to work with the new API | |||
| 2020-03-06 | an API to access the names of all fields withing a category | krangelov | |
| 2020-03-05 | fix the build after the change in the morphological API | 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-08-07 | Remove wrong Haddock comment in PGF2 | John J. Camilleri | |
| Clearly just a copy-paste error | |||
| 2019-05-28 | bits of documentation | krangelov | |
| 2019-05-28 | API for scanning for cohorts in an arbitrary text | krangelov | |
| 2019-03-07 | haskell-bind/utils.c: add missing return | Thomas Hallgren | |
| Found via C compiler warning | |||
| 2019-02-27 | strip empty phrases in bracketedLinearize | krangelov | |
| 2019-02-20 | added Data.Data.Data instance for Expr | krangelov | |
| 2018-11-27 | expose PGF and Concr for FFI | Krasimir Angelov | |
| 2018-10-15 | hide the compatibility API | Krasimir Angelov | |
| 2018-06-20 | added bracketedLinearizeAll | Krasimir Angelov | |
| 2018-06-20 | bracketedLinearize in Haskell now emits the BIND constructor like in Java | Krasimir Angelov | |
| 2018-04-18 | Fixes for GHC 8.4.1 compatibility | Thomas Hallgren | |
| * In GHC 8.4.1, the operator <> has become a method of the Semigroup class and is exported from the Prelude. This is unfortunate, since <> is also exported from the standard library module Text.PrettyPrint, so in any module that defines a pretty printer, there is likely to be an ambiguity. This affects ~18 modules in GF. Solution: import Prelude hiding (<>) This works also in older versions of GHC, since GHC does't complain if you hide something that doesn't exists. * In GHC 8.4.1, Semigroup has become a superclass of Monoid. This means that anywhere you define an instance of the Monoid class you also have to define an instance in the Semigroup class. This affects Data.Binary.Builder in GF. Solution: conditionally define a Semigroup instance if compiling with base>=4.11 (ghc>=8.4.1) | |||
| 2018-04-12 | bugfix in the Haskell binding | Krasimir Angelov | |
| 2018-04-09 | - rm duplicate lines | odanoburu | |
