summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-11(pgf2) Readme, license, changelogJohn J. Camilleri
2020-07-11Bump pgf2 to 1.1.0, update READMEJohn J. Camilleri
2020-07-11revert to using unconditional probabilities in the different lookup functionskrangelov
2020-07-08Merge remote-tracking branch 'origin/master' into pgf2-hackageJohn J. Camilleri
# Conflicts: # src/runtime/haskell-bind/pgf2.cabal
2020-07-08Remove PGF from PGF2, clean up PGF2 cabal file.John J. Camilleri
2020-07-08drop the SG library completely.krangelov
2020-07-07Merge pull request #65 from GrammaticalFramework/build-debian-packageJohn J. Camilleri
Build Debian package via GitHub action
2020-07-06an attempt to solve record extension overloading bug, commented out for the ↵aarneranta
moment
2020-07-06fixed issue #67 on order of record fields in overloadingaarneranta
2020-06-30Copy packages so that upload-artifact can find themJohn J. Camilleri
2020-06-30Try alternate way for uploading artifactJohn J. Camilleri
2020-06-30Try alternate way of cloning RGL one level upJohn J. Camilleri
2020-06-30Add txt2tags and pandoc to build envJohn J. Camilleri
2020-06-30Add sudo to apt commandJohn J. Camilleri
https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#administrative-privileges-of-github-hosted-runners
2020-06-30First attempt at GitHub action for building Debian packageJohn J. Camilleri
2020-06-23Merge pull request #62 from GrammaticalFramework/python-bindings-descriptionJohn J. Camilleri
Update descriptions in Python bindings setup.py
2020-06-17Update descriptions in Python bindings setup.pyJohn J. Camilleri
2020-06-16Remove duplicate --gfo flagJohn J. Camilleri
Fixes #51
2020-06-16Merge pull request #55 from inariksit/error-messagesInari Listenmaa
Improvements in common error messages
2020-06-15Add friendly name to upload jobJohn J. Camilleri
2020-06-15Merge pull request #61 from miracle2k/wheels2John J. Camilleri
Fix twine upload.
2020-06-15Only upload to PyPI on pushes to master.Michael Elsdörfer
2020-06-15Fix twine upload.Michael Elsdörfer
2020-06-15Merge pull request #60 from miracle2k/wheelsJohn J. Camilleri
WIP: Add Github action workflow to build Python wheels.
2020-06-14Merge branch 'master' into wheelsMichael Elsdörfer
2020-06-14Update documentation.Michael Elsdörfer
2020-06-14(Homepage) Add new languages in list of RGL langsInari Listenmaa
2020-06-14in Fedora install instructions, use dnfbc²
dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
2020-06-14Remove references to live PyPI.Michael Elsdörfer
2020-06-14Make sure sdist is included.Michael Elsdörfer
2020-06-14Bring back fail-fast.Michael Elsdörfer
2020-06-14Add upload to PyPI step.Michael Elsdörfer
2020-06-14Add Github action workflow to build Python wheels.Michael Elsdörfer
2020-06-06(Homepage) Add new languages in list of RGL langsInari Listenmaa
2020-06-06Hotfix for https://github.com/GrammaticalFramework/gf-core/issues/56Inari Listenmaa
2020-06-05Condense the unsupported token gluing as per John's suggestionInari Listenmaa
2020-06-04Don't output "\n **" if helpfulMsg is empty.Inari Listenmaa
2020-06-04Add clarification to Internal error in GeneratePMCFGInari Listenmaa
2020-06-04Add clarification to Unsupported token gluing (both good and bad case)Inari Listenmaa
2020-06-04Add clarification to "expected foo, inferred bar" type of error msgsInari Listenmaa
2020-06-04Add clarification to "Pattern is not linear" error msg.Inari Listenmaa
2020-06-04Add suggestions to error messages that are caused by too few/many argsInari Listenmaa
2020-06-03Merge pull request #54 from odanoburu/patch-1Inari Listenmaa
in Fedora install instructions, use dnf
2020-06-02in Fedora install instructions, use dnfbc²
dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
2020-06-01Homepage: fix some spacing, add RGL browser, add news about GFSS 2020John J. Camilleri
2020-06-01Add link to Inari's video tutorial from homepageJohn J. Camilleri
2020-05-20allow literals in the C shellkrangelov
2020-05-20bugfix in parsing literalskrangelov
2020-05-20expose lookupCohorts in Pythonkrangelov
2020-05-20fix the uggly typo that broke the literals.krangelov