summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/Option.hs
AgeCommit message (Expand)Author
2021-07-01Add --haskell=pgf2 flagJohn J. Camilleri
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-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
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
2015-09-28Preliminary new shell feature: cc -trace.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-20added option -plus-as-bind which treats (+) as a bind when used with runtime ...krasimir
2015-02-20remove the meta prob flagskrasimir
2015-02-09Translating linearization functions to Haskell: support for variantshallgren
2014-12-11Work in progress on translating linearization functions to Haskellhallgren
2014-11-10Some work to improve the structure of the haddock documenationhallgren
2014-10-16More haddock documentation improvementshallgren
2014-10-08GF.Infra.Options: change from String to Int in the type of optJobshallgren
2014-08-25Experimental: parallel batch compilation of grammarshallgren
2014-06-24minibar: include the grammar's last modification in the grammar info shown by...hallgren
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2013-12-10option --split-pgf replaces option --mk-index. This splits the PGF into one f...kr.angelov
2013-11-29Commment code and options relating to the old partial evaluatorhallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2013-11-21Some more monadic lifting changeshallgren
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-09-19Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 moduleshallgren
2013-06-10Update the usage text for the --output-format optionhallgren
2013-02-12now the beam size for the statistical parser can be configured by using the f...kr.angelov
2012-11-14Add flag --document-root for user with gf --serverhallgren
2012-11-14GF usage message fixeshallgren
2012-11-13Adding a new experimental partial evalutatorhallgren
2012-10-19Refactor compileSourceModulehallgren
2012-08-29A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...kr.angelov
2012-06-27major changes to the prolog exportpeter.ljunglof
2012-06-25Export PGF in Python formatpeter.ljunglof
2011-12-14gf -server[=port]hallgren
2011-11-29Sketch of the new type checker for the concrete syntax. Enabled only with -ne...kr.angelov
2011-11-14remove the -output-file optionkr.angelov
2011-11-14the new design for -tagskr.angelov
2011-11-10Now PMCFG is compiled per module and at the end we only link it. The new comp...kr.angelov