summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-11Remove .authorspellings (it was a darcs relic and now useless)John J. Camilleri
2018-06-09Merge branch 'master' of github.com:GrammaticalFramework/GFJohn J. Camilleri
2018-06-05Merge pull request #55 from inariksit/dutchInari Listenmaa
Dutch smart paradigms + remove commented out code
2018-06-05Merge pull request #54 from odanoburu/masterInari Listenmaa
* update GF mode
2018-06-04* update GF modeodanoburu
- moved to new repo at https://github.com/GrammaticalFramework/gf-emacs-mode - main changes: - use utf-8 encoding for inferior gf process - add display of operation types - update links
2018-05-28Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-05-28added comment for WindowsKrasimir Angelov
2018-05-28some tweaks for WindowsKrasimir Angelov
2018-05-24(gftest) Add --show-context + combine -o with -f,-c,-bInari Listenmaa
Added a few new features: -o OldGrammar.pgf: if combined with -f , -c or -b , only test the specified trees+functions. --show-context FId: shows contexts for the particular concrete category --show-cats interacts with --debug by showing also concrete categories
2018-05-24Merge pull request #52 from odanoburu/doc-preInari Listenmaa
(refman) update pre syntax
2018-05-24(gftest) Add --show-context + combine -o with -f,-c,-bInari Listenmaa
2018-05-24(refman) update pre syntax [ci skip]odanoburu
2018-05-24Merge pull request #50 from pkolachi/masterPrasanth Kolachina
function for linearizing variants (bracketedStringAll)
2018-05-24spell error in py.egs.READMEPrasanth Kolachina
2018-05-24add bracketLinearizeAll for variantsPrasanth Kolachina
2018-05-22(gftest) Multiple concrete categories for context generationInari Listenmaa
2018-05-21(gftest) Better pruning + add new command line optionInari Listenmaa
2018-05-21fixed typo which broke the compilation on WindowsKrasimir Angelov
2018-05-21Merge branch 'master' of https://github.com/GrammaticalFramework/GFKrasimir Angelov
2018-05-21fix the compilation when the byte order cannot be detected staticallyKrasimir Angelov
2018-05-21Update info about path to jni.h in Java binding install notesJohn J. Camilleri
2018-05-21Missing -I in Java bindings MakefileJohn J. Camilleri
2018-05-04Merge pull request #37 from mbrock/masterInari Listenmaa
Fix the Nix build
2018-05-04Fix the Nix buildMikael Brockman
We use the Nix "jailbreak" function to ignore the upper bounds on the CGI package dependency.
2018-05-03Rename README to README.mdJohn J. Camilleri
2018-05-03Markdownise README and add Travis build iconJohn J. Camilleri
2018-05-03Merge pull request #14 from mbrock/masterJohn J. Camilleri
Add a Travis configuration for checking that new commits build correctly
2018-05-01(PhrasebookEst) Fix nationality adj. for PolishInari Listenmaa
2018-04-30Estonian Phrasebook: '<Nationality> restaurant' and 'NN is <Nationality>' ↵Inari Listenmaa
use different forms
2018-04-22Merge pull request #34 from odanoburu/refmanInari Listenmaa
remove reference to lexer and unlexer flags from documentation
2018-04-21- fix typoodanoburu
- rm link to Wiki that seems dead
2018-04-21rm references of lexer and unlexer flags from reference manualodanoburu
2018-04-18Make documentation about -split-pgf clearerInari Listenmaa
2018-04-18gf.cabal: use -fhide-source-pathsThomas Hallgren
if ghc>=8.2
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas 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-16Merge pull request #31 from odanoburu/porInari Listenmaa
update Por
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
small fixes
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
WIP: Portuguese resource grammar
2018-03-29- add Por to complete languages (although it's not quite there yet)odanoburu
- update headers - add Por modules to lib/src/api/