summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra
AgeCommit message (Expand)Author
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
2014-08-13Refactoring in GF.Compile and GF.ReadFiles with an eye to parallel compilationhallgren
2014-07-27Adding GF.Infra.Location and GF.Text.Pretty (forgot to 'darcs add' them before)hallgren
2014-07-27Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...hallgren
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
2014-05-21in verbosity mode the compiler warns about missing pathskr.angelov
2014-01-20Optionally include C run-time supporthallgren
2013-12-16GF.Compile.ReadFiles: reduced code duplicationhallgren
2013-12-10option --split-pgf replaces option --mk-index. This splits the PGF into one f...kr.angelov
2013-12-06Show relative file paths in error messageshallgren
2013-11-29Commment code and options relating to the old partial evaluatorhallgren
2013-11-26Represent identifiers as UTF-8-encoded ByteStringshallgren
2013-11-25Change how GF deals with character encodings in grammar fileshallgren
2013-11-21Some more monadic lifting changeshallgren
2013-11-20Reduced clutter in monadic codehallgren
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-20Comment out identifier refreshing code only used by the removed refresh passhallgren
2013-09-19Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remainhallgren
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
2013-01-28Better error message for Predef.errorhallgren
2012-12-20added alltenses to the default search path (just like prelude)aarne
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-11-08Eliminate warnings about deprecated use of catch and tryhallgren
2012-10-23cleanuphallgren
2012-10-19Refactor compileSourceModulehallgren
2012-10-18Use NOINLINE for build info and darcs version infohallgren
2012-09-26SIO bug fixhallgren
2012-09-25Use the SIO monad in the GF shellhallgren
2012-09-25GF.Infra.SIO.hs: adding the SIO monad (where S = Shell or Safe)hallgren
2012-08-29Use nub' instead of nub in some places, remove some unused nub importspeter.ljunglof
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-26Experiment with parallel grammar checkshallgren
2012-06-26GF.Infra.CheckM: comment out unused Context argumenthallgren
2012-06-26Report many type errors instead of stopping after the first onehallgren
2012-06-25Fix for warning messages from checkMapRecoverhallgren
2012-06-25removed spurious empty warningsaarne
2012-06-25Check monad: support for accumulated errorshallgren
2012-06-25Export PGF in Python formatpeter.ljunglof
2012-06-25warnings shown in checkMapRecoveraarne