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
/
ConcreteNew.hs
Age
Commit message (
Expand
)
Author
2014-02-17
fix in GF.Compile.Compute.ConcreteNew which makes it possible to compile Docu...
kr.angelov
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-09-19
Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 modules
hallgren
2013-09-09
partial evaluator: prettier complaint about nonlinears patterns
hallgren
2013-09-09
partial evaluator: complain about nonlinear patterns
hallgren
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-03-12
partial evaluator: push predefined functions inside variants
hallgren
2013-02-27
Faster regular expression pattern matching in the grammar compiler.
hallgren
2013-01-29
Better error message for unsupported token gluing
hallgren
2013-01-28
Better error message for Predef.error
hallgren
2013-01-11
partial evaluator: fix token glueing bug
hallgren
2012-12-19
partial evaluator bug fix
hallgren
2012-12-14
More work on the new partial evaluator
hallgren
2012-12-11
partial evaluator work
hallgren
2012-12-10
Compute.ConcreteNew: add missing case for variant functions
hallgren
2012-12-06
Compute.ConcreteNew: bug fix for indirectly defined pattern macros
hallgren
2012-11-16
new-comp: rewrite f (x|y) into (f x|f y)
hallgren
2012-11-13
Adding a new experimental partial evalutator
hallgren
2012-10-24
Compute.ConcreteNew: support variants
hallgren
2011-12-02
The typechecker is still unfinished but at least it can typecheck the English...
kr.angelov
2011-11-30
Hopefully complete Value type and a little bit more on computations.
kr.angelov
2011-11-30
more stuff in the new type checker
kr.angelov
2011-11-29
Sketch of the new type checker for the concrete syntax. Enabled only with -ne...
kr.angelov