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
/
GeneratePMCFG.hs
Age
Commit message (
Expand
)
Author
2013-11-29
Commment code and options relating to the old partial evaluator
hallgren
2013-11-20
Reduced clutter in monadic code
hallgren
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
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-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-23
fix a warning in the compiler
kr.angelov
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-09-10
Some code verbosity reduction
hallgren
2013-09-10
Workaround for a problem with lock fields
hallgren
2013-05-30
new-comp: delay eta expansion until just before partial evaluation
hallgren
2013-09-03
fix in the GF compiler and runtime which let us to define pre construct detec...
kr.angelov
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-03-16
Fix a problem with pattern macros in pre { } expressions
hallgren
2013-01-29
Fix a bug with record extension
hallgren
2013-01-28
Better error message for Predef.error
hallgren
2012-12-20
bug fix in the new partial evaluator
hallgren
2012-12-14
More work on the new partial evaluator
hallgren
2012-12-11
partial evaluator work
hallgren
2012-11-13
Adding a new experimental partial evalutator
hallgren
2012-10-24
GeneratePMCFG: prefix messages about "impossible" errors with 'Internal error:'
hallgren
2012-10-19
Consistenly use SourceGrammar instead of [SourceModule] when calling compiler...
hallgren
2012-08-29
Added an O(n log n) version of nub
peter.ljunglof
2012-03-26
Workaround for bug in ghc-7.2.2
hallgren
2012-02-28
buf fix in the compiler for HOAS
kr.angelov
2011-11-24
now if some module is compiled with -no-pmcfg then the PMCFG code is generate...
kr.angelov
2011-11-22
make addSequencesB(V) strict. Otherwise we get stack overflow when compiling ...
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
2010-12-17
bugfix: GeneratePMCFG should initialize the lexicon to empty
krasimir
2010-10-25
fixed typo in GeneratePMCFG.hs. fidFloat -> fidVar
krasimir
2010-08-30
added missing case for GF.Compile.GeneratePMCFG.evalTerm
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
krasimir
2010-07-01
redesign the open-literals API
krasimir
2010-06-30
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...
krasimir
2010-06-22
fix the compilation of literal categories in GeneratePMCFG.hs
krasimir
2010-06-20
addFCoercion -> addCoercion in GeneratePMCFG
krasimir
2010-06-20
getFCats -> getFIds in GeneratePMCFG
krasimir
2010-06-20
removed debugging code in GeneratePMCFG.hs
krasimir
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
2010-05-26
since now we don't do common subexpression elimination for PGF we could simpl...
krasimir
2010-02-06
in verbose mode print the rule names when compiling PMCFG
krasimir
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
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-16
small code cleanup in GeneratePMCFG.hs
krasimir
2010-01-12
move the definitions of _B and _V to PGF.Macros
krasimir
2010-01-05
store the label names in PMCFG
krasimir
2009-12-14
remove the old parsing code and the -erasing=on flag
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir