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
/
GFC.hs
Age
Commit message (
Expand
)
Author
2014-10-15
Rename modules GFI, GFC & GFServer...
hallgren
2014-09-08
(1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo
hallgren
2014-08-25
Experimental: parallel batch compilation of grammars
hallgren
2014-08-13
Fix warnings in 16 modules, mostly forward compatibility warnings from GHC 7.8
hallgren
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-06-21
The --output-dir option now applies also to PGF files
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-05-24
now we compile context-free grammars directly to PGF without going via GF sou...
kr.angelov
2014-03-21
refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...
kr.angelov
2014-02-04
GFC.hs: encodeFile_ is not available in the standard Data.Binary
hallgren
2014-01-09
Check file datestamp before creating PGF file when compiling grammars
hallgren
2014-01-09
Check file datestamps before unioning PGF files (fix)
hallgren
2014-01-09
Check file datestamps before unioning PGF files
hallgren
2013-12-10
option --split-pgf replaces option --mk-index. This splits the PGF into one f...
kr.angelov
2013-11-25
Change how GF deals with character encodings in grammar files
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2012-10-23
cleanup
hallgren
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2011-11-15
more structured format for errors and warnings from the compiler
kr.angelov
2010-12-11
Adding an option to the gf compiler to add an index to pgf files
gdetrez
2010-12-07
shell command pg -pgf writes current pgf into a file
aarne
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
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir