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
/
Compute
/
AppPredefined.hs
Age
Commit message (
Expand
)
Author
2014-07-28
Convert from Text.PrettyPrint to GF.Text.Pretty
hallgren
2013-11-29
Commment code and options relating to the old partial evaluator
hallgren
2013-11-29
Move typePredefined from GF.Compile.Compute.AppPredefined to GF.Compile.TypeC...
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-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-08-23
nonExist now does the expected thing
kr.angelov
2012-12-19
GF.Grammar.Lookup: new function lookupResDefLoc
hallgren
2012-02-28
bug fix in AppPredefined: don't compare values that contain variables. this s...
aarne
2012-02-24
the Predef function eqVal to compare equality of parameter values
aarne
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-10-20
Introduce an explicit error value in the Term type
hallgren
2011-10-20
AppPredefined.hs: more readable notation for the types of primitives
hallgren
2011-06-02
Predef functions toUpper, toLower, isUpper
aarne
2010-07-01
the abstract syntax for Predef.gf is now hard-coded in AppPredefined.hs
krasimir
2010-07-01
reorganize the modules in GF.Compile.*
krasimir