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
2017-03-06
GF.Compile.Compute.ConcreteNew now can handle EPattType
krasimir
2016-03-15
more progress on the typechecker
krasimir
2016-03-07
current state of the experimental typechecker
krasimir
2016-03-03
add missing cases in vapply in the partial evaluator
krasimir
2016-03-02
fix in the typechecker
krasimir
2016-03-02
a better interface between the type checker and the partial evaluator
krasimir
2016-03-02
the experimental type checker in GF.Compile.TypeCheck.ConcreteNew is now rewr...
krasimir
2015-12-02
GF shell, cc command: try to compute pre{...} tokens in token sequences
hallgren
2015-09-30
cc -trace: don't try to show the bodies of lambda abstractions
hallgren
2015-09-28
Preliminary new shell feature: cc -trace.
hallgren
2015-08-28
Comment out some dead code found with -fwarn-unused-binds
hallgren
2015-03-04
GF.Compile.Compute.ConcreteNew: add dynamic table conversion
hallgren
2015-03-04
GF.Compile.Compute.ConcreteNew: some refactoring for readability
hallgren
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-16
Some work on the haddock documentation
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-05-16
Compute/ConcreteNew.hs: adding a Prawitz rewrite
hallgren
2014-03-17
show the value in the error message when failing to get Str from value
aarne
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