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
/
runtime
/
haskell
/
PGF
/
Expr.hs
Age
Commit message (
Expand
)
Author
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2012-03-26
Fix List.foldl / Map.foldl ambiguosity
Sergei Trofimovich
2011-08-30
bugfixes in the typechecker and the tree generator
kr.angelov
2011-08-29
skip spaces before closing parenthesis in PGF.Expr.pFactor
aarne
2011-01-08
fix the computation of abstract expressions in the presence of implicit argum...
krasimir
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-08-30
PGF.Expr.normalForm does variable renaming
krasimir
2010-07-31
two new functions in the PGF API: mkAbs, unAbs
krasimir
2010-07-31
now the meta id of the meta variables is accessible via the PGF API
krasimir
2010-05-01
fixes in unStr,unInt,unDouble,isMeta
krasimir
2010-03-18
pattern @ should be propagated to PGF
krasimir
2010-03-18
syntax for inaccessible patterns in GF
krasimir
2010-02-22
refactor PGF.Expr and PGF.TypeCheck so that the evaluator always has access t...
krasimir
2010-01-31
add Show instance and remove the Eq and Ord instances for PGF.Expr.Equation a...
krasimir
2010-01-29
bugfix in the PGF typechecker and more test cases
krasimir
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-15
allow metavariables with indices i.e. ?0, ?1, etc in the abstract syntax pars...
krasimir
2010-01-15
now the abstract syntax in PGF allows the same syntax for integers, floats an...
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir