summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
2015-03-05remove some more old codekrasimir
2015-03-05removed some operations in GeneratePMCFG. They didn't work well with variants...krasimir
2015-03-04GF.Compile.Compute.ConcreteNew: add dynamic table conversionhallgren
2015-03-04GF.Compile.Compute.ConcreteNew: some refactoring for readabilityhallgren
2015-03-02Fix to avoid "error (no reason given) OCCURRED IN optimizing <cat>"hallgren
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-20PGF Service: limit the number of parallel calls to the C run-time parse funct...hallgren
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-02-12Translating linearization functions to Haskell: more simplificationshallgren
2015-02-11Translating linearization functions to Haskell: simplify the generated Haskel...hallgren
2015-02-09Translating linearization functions to Haskell: support for variantshallgren
2015-01-19Translating linearization functions to Haskell: move a common record type to ...hallgren
2015-01-14Translating linearization functions to Haskell: better treatment of special t...hallgren
2015-01-08Translating linearization functions to Haskell: add support for pre {...}hallgren
2015-01-07Translating linearization functions to Haskell: use qualified names to avoid ...hallgren
2015-01-06Translating linearization functions to Haskell: significant code size reductionshallgren
2015-01-06More work on translating linearization functions to Haskellhallgren
2014-12-11Work in progress on translating linearization functions to Haskellhallgren
2014-12-11GF.Grammar.Macros: generalize the type of collectOphallgren
2014-12-11GF.Server: remove some code duplicationhallgren
2014-12-08Haddock documentation: expose exportPGF, some other small improvementshallgren
2014-12-05Eliminate the record extension operator from the Value type returned by the p...hallgren
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-31now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...kr.angelov
2014-10-30a more efficient tail call by using the new TUCK instructionkr.angelov
2014-10-28Use terminfo to highlight warnings and errors in blue and redhallgren
2014-10-28Show paths relative to the current directory in progress reportshallgren
2014-10-28A couple of haddock documentation improvementshallgren
2014-10-26an explicit SAVE instructionkr.angelov
2014-10-22Various small changes for improved documentationhallgren
2014-10-22an explicit PUSH_FRAME instructionkr.angelov
2014-10-21ModuleName and Ident are now distinct typeshallgren
2014-10-21Renaming SourceGrammar to Grammar and similarly for some related typeshallgren
2014-10-20use of 'head' in TypeCheck/RConcrete created an uncomprehensible error messag...aarne
2014-10-20Some small documentation improvementshallgren
2014-10-20type IOE a = IO ahallgren
2014-10-20Remove some dead codehallgren
2014-10-19(un)lexmixed: added the other math environments than $ used in latexaarne
2014-10-17ps -lines preserves line-by-line structure when preprocessing files for parsi...aarne
2014-10-16Some work on the haddock documentationhallgren
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-16finally proper stack unwind in the evaluatorkr.angelov
2014-10-15Rename modules GFI, GFC & GFServer...hallgren
2014-10-15Fixes for the haddock documentationhallgren
2014-10-14the compiler now allows + to be used as a floating point addition in the abst...kr.angelov