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
2 days
Slightly more explicit naming
adelon
2 days
Tests
adelon
2 days
Benchmarks, initial sketches
adelon
2025-08-02
define return in terms of pure, >> as *>, mappend as <>
Inari Listenmaa
2021-07-01
Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.Concrete
John J. Camilleri
2021-01-20
Don't print out the error msg for pattern matching unnecessarily
Inari Listenmaa
2020-09-05
MonadFail: Make backwards-compatible
Andreas Källberg
2020-08-05
Fix most build errors
Andreas Källberg
2020-06-04
Add clarification to Internal error in GeneratePMCFG
Inari Listenmaa
2015-05-11
added all orthographic primitives
krasimir
2015-03-05
removed some operations in GeneratePMCFG. They didn't work well with variants...
krasimir
2015-02-20
added option -plus-as-bind which treats (+) as a bind when used with runtime ...
krasimir
2014-12-05
Eliminate the record extension operator from the Value type returned by the p...
hallgren
2014-10-21
ModuleName and Ident are now distinct types
hallgren
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
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-07-27
Introducing GF.Text.Pretty for more concise pretty printers and GF.Infra.Loca...
hallgren
2014-06-17
Compute/ConcreteNew.hs: eliminate selections from wildcard tables
hallgren
2014-06-12
PGF library: expose only PGF and PGF.Internal instead of all modules
hallgren
2014-05-16
Fix an eta expansion bug in the grammar compiler
hallgren
2014-04-01
Bug fix for pattern macros in pre{}
hallgren
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
[next]