summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile/Optimize.hs
AgeCommit message (Expand)Author
2013-05-30new-comp: delay eta expansion until just before partial evaluationhallgren
2013-09-09Fix an old name shadowing bug in concrete syntax by removing the refresh passhallgren
2012-11-13Adding a new experimental partial evalutatorhallgren
2012-10-19Consistenly use SourceGrammar instead of [SourceModule] when calling compiler...hallgren
2011-11-10Now PMCFG is compiled per module and at the end we only link it. The new comp...kr.angelov
2011-11-02merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...kr.angelov
2011-08-30GF.Infra.Modules: keep the modules of a grammar in a finite map instead of a ...hallgren
2011-02-25Predef.error surfaces as error message in compilation and cc commandaarne
2010-07-01reorganize the modules in GF.Compile.*krasimir
2010-06-18the automatically generated printnames were just junks. Now we store printnam...krasimir
2010-05-28refactoring in GF.Grammar.Grammarkrasimir
2010-03-22store and propagate the exact source location for all judgements in the gramm...krasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir