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
/
Compile.hs
Age
Commit message (
Expand
)
Author
2009-10-24
refactoring in GF.Compile.Optimize
krasimir
2009-10-06
hopefully the last revision of the relative paths handling algorithm
krasimir
2009-10-02
refactor GF.Infra.CheckM and use the CheckM monad in the renamer as well
krasimir
2009-09-14
clean up the GF.Grammar API
krasimir
2009-09-05
simple profiler for PMCFG
krasimir
2009-08-27
the -dump-X options should convert to UTF8
krasimir
2009-05-20
fix the generation of warnings in CheckGrammar. They are printed even in quie...
krasimir
2009-05-20
Now the toplevel file i.e. from command i is searched both in the current dir...
krasimir
2009-05-20
simpler algorithm for file searching in the compiler. should be equivalent to...
krasimir
2009-05-11
-gfo-files is consulted not only when .gfo files are created but also when we...
krasimir
2009-05-09
implement --gfo-dir. before it was recognized but ignored
krasimir
2009-04-30
added -gf-lib-path option which overides the value of GF_LIB_PATH
krasimir
2009-03-05
in GF.Grammar.Update - remove the indirection before to print the error message
krasimir
2009-03-04
qualified/unqualified mode for GF.Grammar.Printer. Used in the "cc" command
krasimir
2009-02-23
Perhaps -> Maybe refactoring and better error message for conflicts during mo...
krasimir
2009-02-01
the new pretty printer is now used for all -dump-* options. added -dump-sourc...
krasimir
2009-01-31
fix flag handling in combination with binary serialization
krasimir
2009-01-31
bug fix in the module dependencies checker
krasimir
2009-01-23
.gfo files in binary format
krasimir
2009-01-23
remove unused import
krasimir
2009-01-19
refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removed
krasimir
2008-10-20
Added --parser=ondemand flag.
bjorn
2008-10-20
Added PGF.Macros.mapConcretes
bjorn
2008-10-16
Copy command-line flags to in-memory module when reading from a .gfo file. Th...
bjorn
2008-10-16
Honor --erasing flag from command-line also when compiling existing .gfo to PGF.
bjorn
2008-10-15
Copy command-line options to module flags when compiling to .gfo.
bjorn
2008-10-15
Added OPTIONS class to make options handling somewhat nicer. Next, I will mer...
bjorn
2008-10-01
added mode 'gf --run' for running silently a script ; made quizzes handle cha...
aarne
2008-09-15
A somewhat better solution to the words/UTF-8 problem: do encoding last, but ...
bjorn
2008-09-10
print the search path when we can't find a module
krasimir
2008-06-26
uniform encoding: gfo and pgf in UTF8, internal in unicode
aarne
2008-06-25
changed names of resource-1.3; added a note on homepage on release
aarne