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
/
Command
/
Importing.hs
Age
Commit message (
Expand
)
Author
2016-03-22
fix the handling of separators in BNFC which are not nonempty
krasimir
2016-03-22
CFGtoPGF is now extended to support context-free grammars with primitive para...
krasimir
2016-03-21
initial support for BNFC syntax in context-free grammars for GF. Not all feat...
krasimir
2015-03-05
remove some more old code
krasimir
2015-02-27
GF shell: fixed problems with previous change of the -retain flag
hallgren
2014-11-10
Documentation improvements and cleanup relating to the IOE monad
hallgren
2014-10-22
Various small changes for improved documentation
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-01-09
Check file datestamp before creating PGF file when compiling grammars
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
2011-11-02
Now the compiler maintains more precise information for the source locations ...
kr.angelov
2011-08-28
import command now gives priority to new abstract syntax, and discards the ol...
aarne
2010-11-30
format .gfm for multiple modules in the same file; includes lines with ;-sepa...
aarne
2010-09-24
restored the .ebnf grammar format
aarne
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir