summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/Option.hs
AgeCommit message (Expand)Author
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
2011-11-10remove few obsolete options from GF.Infra.Optionskr.angelov
2011-11-02Now the compiler maintains more precise information for the source locations ...kr.angelov
2011-09-09Don't make noexpand the default with -fcclazyhallgren
2011-09-09Make noexpand the default optimization package when configuring with -fcclazyhallgren
2011-04-13Added a preliminary "gf -server" mode.hallgren
2010-12-11Adding an option to the gf compiler to add an index to pgf filesgdetrez
2010-12-14updated documentation of pg -printer formatsaarne
2010-12-14documented the pgf -printer values for helpaarne
2010-10-02refactor the API for random generation again. Now PGF contains probabilities ...krasimir
2010-08-09native representation for HOAS in PMCFG and incremental type checking of the ...krasimir
2010-07-01redesign the open-literals APIkrasimir
2010-06-09dead code elimination for PGF. Note: the produced grammars will not work well...krasimir
2010-04-19use the native unicode support from GHC 6.12krasimir
2010-03-23added codepage for Turkishkrasimir
2010-03-20added experimental generation of Lambda Prolog code. Could be used for exhaus...krasimir