summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra
AgeCommit message (Expand)Author
2021-07-07Replace tabs for whitespace in source codeJohn J. Camilleri
2021-07-06Merge pull request #118 from GrammaticalFramework/canonicalInari Listenmaa
2021-07-01Add --haskell=pgf2 flagJohn J. Camilleri
2021-06-30Make GF.Grammar.Canonical.Id a type synonym for GF.Infra.Ident.RawIdentJohn J. Camilleri
2020-10-26Fix infinite recursion on errorAndreas Källberg
2020-09-05Merge remote-tracking branch 'origin/master' into fix-newer-cabalAndreas Källberg
2020-09-05MonadFail: Make backwards-compatibleAndreas Källberg
2020-08-05Fix most build errorsAndreas Källberg
2020-08-05First attempt at fixing incompabilities with newer cabalAndreas Källberg
2020-07-31Add option "data" to Haskell options.Inari Listenmaa
2020-06-16Remove duplicate --gfo flagJohn J. Camilleri
2019-07-03Start work on PGFtoJSON module. Add compiler flag `-f json`.John J. Camilleri
2019-03-08Remove "canonical_yaml" from the option descriptionsPeter Ljunglöf
2019-02-26replace aeson with jsonkrangelov
2019-02-08added helper info about canonical grammar outputPeter Ljunglöf
2019-02-08enable export of canonical grammars to JSON and YAMLPeter Ljunglöf
2019-01-17Adding -output-format canonical_gfThomas Hallgren
2018-11-28remove two obsolete optionsKrasimir Angelov
2018-07-22GF_LIB_PATH can now be path1:path2:path3, not just path1meng wong
2018-07-04Remove code which tries to get version information from darcs folderJohn J. Camilleri
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2017-09-07the experimental export to Lambda Prolog is now obsolete and is removedKrasimir Angelov
2017-08-29added option -output-format=java for producing code for embedded grammars in ...Krasimir Angelov
2017-08-11Disable detailed version info from darcsThomas Hallgren
2015-09-28Preliminary new shell feature: cc -trace.hallgren
2015-08-31GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLnhallgren
2015-08-13GF Shell: refactoring for improved modularity and reusability:hallgren
2015-08-10gf -cshell: preliminary support for the C run-time system in the GF shellhallgren
2015-05-11"flags case_sensitive=off" makes the parser case insensitivekrasimir
2015-02-27GF shell: fixed problems with previous change of the -retain flaghallgren
2015-02-27GF shell: create a PGF also when the -retain flag is usedhallgren
2015-02-20added option -plus-as-bind which treats (+) as a bind when used with runtime ...krasimir
2015-02-20remove the meta prob flagskrasimir
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-02-09Translating linearization functions to Haskell: support for variantshallgren
2014-12-11Work in progress on translating linearization functions to Haskellhallgren
2014-11-10Documentation improvements and cleanup relating to the IOE monadhallgren
2014-11-10Some work to improve the structure of the haddock documenationhallgren
2014-10-22Various small changes for improved documentationhallgren
2014-10-21ModuleName and Ident are now distinct typeshallgren
2014-10-21Renaming SourceGrammar to Grammar and similarly for some related typeshallgren
2014-10-20type IOE a = IO ahallgren
2014-10-20Remove some dead codehallgren
2014-10-16Turn the GF compiler into a library. Main program is now in src/programs/gf.hshallgren
2014-10-16More haddock documentation improvementshallgren
2014-10-08GF.Infra.Options: change from String to Int in the type of optJobshallgren
2014-09-08(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfohallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren
2014-08-22Command line flag -s/-q now silences all warningshallgren
2014-08-13Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8hallgren