summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra
AgeCommit message (Expand)Author
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
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