summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
34 hoursUpdate GeneratePMCFG.hsoptimizeadelon
43 hoursBetter names, less codeadelon
43 hoursUse non-strict functions (makes little difference)adelon
44 hoursRoll back spacing changes for minimal diffadelon
2 daysRemove cache (no clear benefit)adelon
2 daysComments, `count` -> `areaSum`adelon
2 daysSlightly more explicit namingadelon
2 daysTestsadelon
3 daysBenchmarks, initial sketchesadelon
2025-08-13add import Control.Monad when generating .hs with GADTsInari Listenmaa
2025-08-08Merge pull request #192 from GrammaticalFramework/build-timestampInari Listenmaa
2025-08-08also add the 9.6 compatibility fixes to PGF2Inari Listenmaa
2025-08-08hide ambiguous functionHerbert Lange
2025-08-08change date/time formatingHerbert Lange
2025-08-08updating formating for git infoHerbert Lange
2025-08-08add build time and git info to BuildInfoHerbert Lange
2025-08-02define default depths for shell and server only onceInari Listenmaa
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core into...Arianna Masciolini
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
2025-02-19Reactivate the gf-shell command 'pt -transfer'Hans Leiss
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