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
3 days
Benchmarks, initial sketches
adelon
2020-03-15
restore the sequence ordering after -optimize-pgf
krangelov
2020-02-17
fix the compilation of case insensitive grammars
krangelov
2019-06-30
fully supported case-insensitive parsing/lookup
krangelov
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2015-02-20
added option -plus-as-bind which treats (+) as a bind when used with runtime ...
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-16
finally proper stack unwind in the evaluator
kr.angelov
2014-09-05
full support for recursive def rules in the C runtime
kr.angelov
2014-09-01
partial implementation for recursive def rules
kr.angelov
2014-08-11
pattern matching in def rules is now supported
kr.angelov
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-07-28
Convert from Text.PrettyPrint to GF.Text.Pretty
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
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-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-02
something in the typeinferencer of the latest GHC has changed. I need to add ...
kr.angelov
2013-09-23
the compiler now sorts the list of sequences in the PGF files
kr.angelov
2013-09-23
GrammarToPGF now looks only at the top modules for the PGF flags
kr.angelov
2013-09-23
GF.Grammar.Grammar.allExtends now returns a list of source modules instead of...
kr.angelov
2013-09-19
Introduce type RawIdent; only 9 imports of Data.ByteString.Char8 remain
hallgren
2013-04-22
a bit more informative error message in GrammarToPGF
kr.angelov
2013-02-12
now the beam size for the statistical parser can be configured by using the f...
kr.angelov
2013-01-28
Better error message for Predef.error
hallgren
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
[next]