index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
GF
/
Devel
/
Compile.hs
Age
Commit message (
Collapse
)
Author
2008-06-25
removed src for 2.9
aarne
2008-04-29
let the putPointE print the time in msec
krasimir
2008-04-29
add ModEnv to CompileEnv. This removes the need to read one and the same ↵
krasimir
time twice when multiple grammars are loaded.
2008-04-25
completely rewriten readFiles implementation. Much simpler and more efficient
krasimir
2008-04-22
move 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-22
use the standard System.FilePath module instead of our own broken file path ↵
krasimir
manipulation functions
2008-04-17
gf3 should not exit if there is a syntax error in the file
krasimir
2007-11-12
made Devel versions of Compute, CheckGrammar, Optimize, etc, to leave GF 2.8 ↵
aarne
untouched when experimenting
2007-11-12
made compile from source use optimized modules internally
aarne
2007-11-09
preserve error message in batch compile
aarne
2007-11-04
changed suffix gfc to gfo in the gfc program to enable sharing directories ↵
aarne
with gf
2007-10-10
tuning gf optimization
aarne
2007-10-10
optimizations on evaluated gf in gfc
aarne
2007-09-28
started CheckGFCC
aarne
2007-09-21
fixed reading argvars from gfc in gf-to-gfcc
aarne
2007-09-21
gfc --make now works
aarne
2007-09-20
compiler "gfc" in GF/Devel
aarne