| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-02 | Merge pull request #77 from inariksit/tutorial-fixes | Inari Listenmaa | |
| Minor tweaks and updates to the tutorial | |||
| 2020-10-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2020-10-02 | fix parsing with HOAS | krangelov | |
| 2020-10-02 | (Tutorial) Rename TV (transitive verb) to V2, the name used in RGL | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Remove reference to morpho_list + overly verbose path | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Update the pre syntax | Inari Listenmaa | |
| 2020-09-29 | (Tutorial) Remove mentions to pt -typecheck | Inari Listenmaa | |
| The GF shell no longer has `put_tree -typecheck` option, and typechecking is done automatically when parsing. The metavariable thing is a bit unclear: you don't get it when parsing "dim the light", or "switch on the fan, but you do get it when you `gt` after adding `switchOn` and `switchOff`. ``` > p "switch on the fan" CAction fan (switchOff fan) (DKindOne fan) > gt CAction light dim (DKindOne light) CAction ?3 (switchOff ?3) (DKindOne ?3) CAction ?3 (switchOn ?3) (DKindOne ?3) ``` My hypothesis is that you don't get metavariable when parsing e.g. "dim the light", because even though `light` is suppressed in `CAction`, it still appears in `DKindOne`, so it gets to contribute to the whole tree with its string. | |||
| 2020-09-29 | link to CoLi paper, mention of iOS | aarneranta | |
| 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-09-18 | Fix bug where shell commands were ignored, introduced by #71 | John J. Camilleri | |
| 2020-09-14 | Merge pull request #71 from anka-213/fix-newer-cabal | John J. Camilleri | |
| Fix support for newer stackage snapshots | |||
| 2020-09-14 | Bump default stack.yaml to ghc8.6.5 | Andreas Källberg | |
| 2020-09-14 | Bump stackage snapshots to latest versions | Andreas Källberg | |
| 2020-09-12 | Remove MonadFail requirements for aeson code | Andreas Källberg | |
| 2020-09-12 | Fix incorrect type and update dependencies | Andreas Källberg | |
| 2020-09-12 | First attempt at github actions for stack | Andreas Källberg | |
| 2020-09-09 | Import orphan instances of MonadFail for ghc<8 | Andreas Källberg | |
| Also upgrade alex/happy so automatic install works | |||
| 2020-09-08 | Add stack file for ghc8.8.4 | Andreas Källberg | |
| 2020-09-05 | Merge remote-tracking branch 'origin/master' into fix-newer-cabal | Andreas Källberg | |
| 2020-09-05 | Add two more missing MonadFail imports | Andreas Källberg | |
| 2020-09-05 | Fix wrong indent | Andreas Källberg | |
| 2020-09-05 | Update package database on ubuntu build | Andreas Källberg | |
| Fixes 404 error: https://github.com/GrammaticalFramework/gf-core/runs/1076062405 | |||
| 2020-09-05 | MonadFail: Make backwards-compatible | Andreas Källberg | |
| 2020-09-05 | Fix MonadFail for c-runtime as well | Andreas Källberg | |
| 2020-08-31 | (Tutorial) Minor typofixes + current error message | Inari Listenmaa | |
| 2020-08-31 | Merge pull request #73 from inariksit/video-tutorial-page | Inari Listenmaa | |
| (Homepage) Change link of video tutorials to a page + small fixes | |||
| 2020-08-30 | (Homepage) Change link of video tutorials to a page + small fixes | Inari Listenmaa | |
| Also added video tutorial link to the footer. | |||
| 2020-08-30 | Fix wording + formatting slightly | Inari Listenmaa | |
| 2020-08-30 | Add a page for all GF video tutorials | Inari Listenmaa | |
| 2020-08-21 | (Tutorial) Fix to make calculator example compile | Inari Listenmaa | |
| In abstract: startcat needs to be defined to run the commands that are shown later in the doc. In concrete: ss and SS are defined in Prelude. | |||
| 2020-08-19 | Add stack file for a more recent ghc | Andreas Källberg | |
| 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-11 | Merge pull request #70 from inariksit/haskell | Inari Listenmaa | |
| New features in PGF to Haskell translation | |||
| 2020-08-05 | Add cabal dist-newtyle to gitignore | Andreas Källberg | |
| 2020-08-05 | Remove NoMonadFailDesugaring flag | Andreas Källberg | |
| I've fixed so everything has the fail it needs now | |||
| 2020-08-05 | Fix testsuite compatability with newer Cabal | Andreas Källberg | |
| 2020-08-05 | Fix a few warnings | Andreas Källberg | |
| 2020-08-05 | Fix most build errors | Andreas Källberg | |
| 2020-08-05 | fix newer ghc: Don't try to be backwards compatible | Andreas Källberg | |
| 2020-08-05 | First attempt at fixing incompabilities with newer cabal | Andreas Källberg | |
| 2020-08-03 | Replace deprecated pragma with up-to-date one. (#17) | Inari Listenmaa | |
| 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-08-03 | Merge pull request #69 from GrammaticalFramework/pgf2-hackage | John J. Camilleri | |
| Update pgf2 metadata for uploading to Hackage Even though this isn't able to package the C runtime itself into the Haskell package, I think these changes are still worth merging into master. | |||
| 2020-07-31 | Remove accidentally added space character in deriving clause. | Inari Listenmaa | |
| 2020-07-31 | Remove characters that aren't allowed in Haskell data types. | Inari Listenmaa | |
| GF allows more characters in its types, as long as they are inside single quotes. E.g. 'VP/Object' is a valid name for a GF category, but not for a Haskell data type. | |||
| 2020-07-31 | Add option "data" to Haskell options. | Inari Listenmaa | |
| Imports Data.Data, all GF types derive Data, and uses DeriveDataTypeable. | |||
| 2020-07-28 | Updates to PGF2 readme | John J. Camilleri | |
