summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2018-04-16Merge pull request #31 from odanoburu/porInari Listenmaa
2018-04-14merge and rm conflictodanoburu
2018-04-14Merge remote-tracking branch 'upstream/master' into porodanoburu
2018-04-12bugfix in the Haskell bindingKrasimir Angelov
2018-04-12Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov
2018-04-10Merge pull request #30 from odanoburu/masterInari Listenmaa
2018-04-09- rm duplicate linesodanoburu
2018-04-09- rm trailing spacesodanoburu
2018-04-09Merge remote-tracking branch 'origin/por' into porodanoburu
2018-04-09rm duplicate linesodanoburu
2018-04-06Add more helpful printouts if no grammar providedInari Listenmaa
2018-04-06Add a tool to generate test cases for GF grammarsInari Listenmaa
2018-04-03Merge pull request #28 from odanoburu/porInari Listenmaa
2018-03-29- add Por to complete languages (although it's not quite there yet)odanoburu
2018-03-29gfse: show grammar comments in the list of public grammarsThomas Hallgren
2018-03-29gfse: allow public grammars to be deleted in more casesThomas Hallgren
2018-03-29Merge remote-tracking branch 'upstream/master' into porodanoburu
2018-03-29gfse: fix for some browser: hovering over an empty grammar comment to edit itThomas Hallgren
2018-03-29Merge branch 'master' of www.grammaticalframework.org:/usr/local/www/GFThomas Hallgren
2018-03-29gfse: sort list of public grammars by age, by defaultThomas Hallgren
2018-02-22- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokensKrasimir Angelov
2018-02-04partial fix for word completion in the C runtimeKrasimir Angelov
2018-01-29index.html: update summer school linkThomas Hallgren
2018-01-23demos/index.html: add link to multilingual_headlines.htmlThomas Hallgren
2018-01-23Remove "Warning: default encoding has changed from Latin-1 to UTF-8"Thomas Hallgren
2018-01-21some paradigm extensionsAarne Ranta
2017-12-28Merge pull request #25 from GrammaticalFramework/basqueInari Listenmaa
2017-12-28Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa
2017-12-20Merge branch 'master' of https://github.com/GrammaticalFramework/GFInari Listenmaa
2017-12-19Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2017-12-19bugfix for random generation with HOASKrasimir Angelov
2017-12-09silence some warnings on MINGW32Krasimir Angelov
2017-12-09added one more include to define alloca for WindowsKrasimir Angelov
2017-12-09Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2017-12-09fix the compilation of sqlite3Btree.c on WindowsKrasimir Angelov
2017-12-06new option linerize -tabtreebank for tab-separated treebank generationAarne Ranta
2017-12-06Update editor modes page for AtomJohn J. Camilleri
2017-11-27Add cabal sandbox files to .gitignoreJohn J. Camilleri
2017-10-06year of 3.9 release correctedAarne Ranta
2017-10-05temporaryly fix GF.Command.Commands2Krasimir Angelov
2017-10-05Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa
2017-10-04Merge remote-tracking branch 'origin/master' into basqueInari Listenmaa
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-29GF.Compile.Instructions is obsolete and now removedKrasimir 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-26added a method in Python for pretty printing a grammarKrasimir Angelov