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
/
compiler
/
GF
/
Compile.hs
Age
Commit message (
Expand
)
Author
2014-01-09
Check file datestamp before creating PGF file when compiling grammars
hallgren
2013-12-06
Show relative file paths in error messages
hallgren
2013-11-21
Some refactoring in GF.Compile and GF.Compile.GetGrammar
hallgren
2013-11-21
Some more monadic lifting changes
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-19
Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remain
hallgren
2013-09-09
Fix an old name shadowing bug in concrete syntax by removing the refresh pass
hallgren
2013-04-05
Compiler.hs: ghc 7.6.2 compatibility
hallgren
2013-04-03
Prevent Unicode characters in warning messages from stopping grammar compilation
hallgren
2013-03-11
Additional changes for GHC 7.4 & 7.6 compatibility
hallgren
2013-01-28
Better error message for Predef.error
hallgren
2012-12-20
added alltenses to the default search path (just like prelude)
aarne
2012-10-19
Refactor compileSourceModule
hallgren
2012-10-19
Consistenly use SourceGrammar instead of [SourceModule] when calling compiler...
hallgren
2011-11-29
fix the compilation after the patch for the new type checker
kr.angelov
2011-11-15
now we store version number in every .gfo file. If the file is compiled with ...
kr.angelov
2011-11-15
now the pretty printer in GF has a new mode called Internal. This is the most...
kr.angelov
2011-11-15
Now the errors messages from GF.Compile.Update also follow the new format
kr.angelov
2011-11-15
more structured format for errors and warnings from the compiler
kr.angelov
2011-11-14
the new design for -tags
kr.angelov
2011-11-10
Now PMCFG is compiled per module and at the end we only link it. The new comp...
kr.angelov
2011-11-02
merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...
kr.angelov
2011-11-02
Now the compiler maintains more precise information for the source locations ...
kr.angelov
2011-08-31
GF.Infra.Modules: minor tweaks
hallgren
2011-08-30
GF.Infra.Modules: keep the modules of a grammar in a finite map instead of a ...
hallgren
2011-02-26
removed message showing what modules are read unless in verbose mode
aarne
2010-10-25
During the compilation, the final message "OK" should be displayed only if we...
krasimir
2010-10-02
forgot to remove a trace message
krasimir
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
2010-06-09
dead code elimination for PGF. Note: the produced grammars will not work well...
krasimir
2010-04-19
use the native unicode support from GHC 6.12
krasimir
2010-03-22
store and propagate the exact source location for all judgements in the gramm...
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir
2009-12-14
rename some modules that had GFCC in the name to PGF+something
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir