summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2025-08-02explicitly import join, when, (<=<) from Control.MonadInari Listenmaa
2025-08-02define return in terms of pure, >> as *>, mappend as <>Inari Listenmaa
2025-08-02add whitespace on list comprehensions, applications etc.Inari Listenmaa
2024-03-15Apply gt to all arguments when pipedInari Listenmaa
2023-09-25Indent each line of an error messageAndreas Källberg
2023-09-11Improve syntax error messagesAndreas Källberg
2022-10-04Extract the previous optimization to its own functionAndreas Källberg
2022-10-04Use a Set in isInherited to speed up long extend listsAndreas Källberg
2022-10-04Only include transformers-compat for ghc < 8Andreas Källberg
2022-10-04Restore build with ghc-7.10.3Andreas Källberg
2022-10-04using an unparsable variable name in the internal desugaring of table extensi...Aarne Ranta
2022-10-03New construct: table update. Syntax t ** { cases }. Syntactic sugar for table...aarneranta
2022-08-24`gf --version` now prints the shared folder to be used by the RGLKrasimir Angelov
2022-08-24workaround for the Nix madnessKrasimir Angelov
2022-05-31adjust the -view command depending on the OSKrasimir Angelov
2022-05-18Always use UTF8 encoding in the gf executableAndreas Källberg
2022-03-05prepare for GHC 9, base 4.15, by using Buffer constructor interfaceMeng Weng Wong
2021-07-12Clean up redundant case expressionsAndreas Källberg
2021-07-12Remove last traces of the Either in value2termAndreas Källberg
2021-07-12Remove the `Either Int` from value2termAndreas Källberg
2021-07-08Fix bug introduced in cdbe73eb475cf44e1a45b2abacb12756e394016aJohn J. Camilleri
2021-07-08Remove two missing-methods warningsJohn J. Camilleri
2021-07-07More cabal file cleanup. Remove some more tabs from Haskell source.John J. Camilleri
2021-07-07Replace tabs for whitespace in source codeJohn J. Camilleri
2021-07-06Add import from command line invocation to command historyJohn J. Camilleri
2021-07-06Merge branch 'master' into concrete-newInari Listenmaa
2021-07-06Merge pull request #121 from Meowyam/issue97Inari Listenmaa
2021-07-06remove redundant optionsMeowyam
2021-07-06Merge pull request #118 from GrammaticalFramework/canonicalInari Listenmaa
2021-07-06resolves GrammaticalFramework/gf-core/#97, without lMeowyam
2021-07-06Hotfix for https://github.com/GrammaticalFramework/gf-core/issues/56Inari Listenmaa
2021-07-06Add --haskell=pgf2 flagJohn J. Camilleri
2021-07-02Merge pull request #57 from inariksit/cc-bugfix-rgl-onlyInari Listenmaa
2021-07-02resolves GrammaticalFramework/gf-core/#97Meowyam
2021-07-01Add --haskell=pgf2 flagJohn J. Camilleri
2021-07-01Make imports in CheckGrammar a little more explicitJohn J. Camilleri
2021-07-01Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.ConcreteJohn J. Camilleri
2021-07-01Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.ConcreteJohn J. Camilleri
2021-07-01Make cleanupRecordFields also recurse into variantsJohn J. Camilleri
2021-07-01Remove record fields not in lincatJohn J. Camilleri
2021-07-01Add top-level signatures and general code cleanupJohn J. Camilleri
2021-06-30Sort record fields in lin definitionsJohn J. Camilleri
2021-06-30Make GF.Grammar.Canonical.Id a type synonym for GF.Infra.Ident.RawIdentJohn J. Camilleri
2021-06-29Merge pull request #84 from ffrixslee/issue-46Inari Listenmaa
2021-06-16Fix build for ghc-7.10.3Andreas Källberg
2021-06-16Don't print stack traces in Command.hsAndreas Källberg
2021-01-20Don't print out the error msg for pattern matching unnecessarilyInari Listenmaa
2020-11-12Omitted import Except(..)Liyana
2020-11-10Replaced Control.Monad.Error with Control.Monad.ExceptLiyana
2020-11-10Removed fromValue for boolVLiyana