summaryrefslogtreecommitdiff
path: root/src/GF/Devel/Compile.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-04-29let the putPointE print the time in mseckrasimir
2008-04-29add ModEnv to CompileEnv. This removes the need to read one and the same ↵krasimir
time twice when multiple grammars are loaded.
2008-04-25completely rewriten readFiles implementation. Much simpler and more efficientkrasimir
2008-04-22move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and ↵krasimir
there is only one place to change if you want to use different envVar
2008-04-22use the standard System.FilePath module instead of our own broken file path ↵krasimir
manipulation functions
2008-04-17gf3 should not exit if there is a syntax error in the filekrasimir
2007-11-12made Devel versions of Compute, CheckGrammar, Optimize, etc, to leave GF 2.8 ↵aarne
untouched when experimenting
2007-11-12made compile from source use optimized modules internallyaarne
2007-11-09preserve error message in batch compileaarne
2007-11-04changed suffix gfc to gfo in the gfc program to enable sharing directories ↵aarne
with gf
2007-10-10tuning gf optimizationaarne
2007-10-10optimizations on evaluated gf in gfcaarne
2007-09-28started CheckGFCCaarne
2007-09-21fixed reading argvars from gfc in gf-to-gfccaarne
2007-09-21gfc --make now worksaarne
2007-09-20compiler "gfc" in GF/Develaarne