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
/
GrammarToPGF.hs
Age
Commit message (
Expand
)
Author
2012-12-14
The first prototype for exhaustive generation in the C runtime. The trees are...
kr.angelov
2012-12-11
partial evaluator work
hallgren
2012-12-02
produce error message instead of failure of irrefutable pattern Ok ty_C in Gr...
aarne
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2012-01-14
sorted the list of funs and cats in GrammatToPGF to get the predef categories...
aarne
2011-11-24
now if some module is compiled with -no-pmcfg then the PMCFG code is generate...
kr.angelov
2011-11-14
bugfix in the new PGF generation
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-30
GF.Infra.Modules: keep the modules of a grammar in a finite map instead of a ...
hallgren
2011-08-30
GrammarToPGF.hs: comment out unused imports
hallgren
2011-03-12
make later flags take priority over earlier ones in PGF generation
aarne
2010-11-12
operations in the abstract syntax
krasimir
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-07-01
reorganize the modules in GF.Compile.*
krasimir
2010-06-30
compilation of pattern matching using the algorithm of Lennart Augustsson. No...
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-05-28
refactoring in GF.Grammar.Grammar
krasimir
2010-03-24
now for every category we store, in PGF, the list of functions for it in sour...
krasimir
2010-03-22
store and propagate the exact source location for all judgements in the gramm...
krasimir
2010-03-18
pattern @ should be propagated to PGF
krasimir
2010-03-18
syntax for inaccessible patterns in GF
krasimir
2010-02-16
no need to keep the list of constructors per category in .gfo
krasimir
2010-02-05
bugfix in GrammarToPGF related to the compilation of def rules
krasimir
2010-01-31
refactor GF.Infra.Modules for better error messages
krasimir
2010-01-29
bugfix in the PGF typechecker and more test cases
krasimir
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-26
fix the PGF generation when it is used from the shell
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir
2010-01-17
now the linearization is completely based on PMCFG
krasimir
2010-01-17
prettier parameter names in PGF
krasimir
2010-01-05
printnames are now kept as String instead of Term in PGF
krasimir
2009-12-16
one step deeper into records in PGF generation
aarne
2009-12-14
remove the old parsing code and the -erasing=on flag
krasimir
2009-12-14
rename some modules that had GFCC in the name to PGF+something
krasimir