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
Age
Commit message (
Expand
)
Author
2010-12-14
now every parse state keeps reference only to the concrete and the abstract s...
krasimir
2010-12-14
work-around in Tree.expr2tree to make Paraphrase work
aarne
2010-12-14
optimization in the parser for large lexicons. Now, the parser is slightly sl...
krasimir
2010-10-19
In the haskell code, we make the binary representation of the doubles complia...
gdetrez
2010-12-08
fixed typos in the documentation for PGF.Parse
krasimir
2010-12-06
simple refactoring in PGF.Macros and related
krasimir
2010-12-07
moved PGF.ToApi to GF.Compile.ToAPI
aarne
2010-12-06
no more IO in the syntax to API translator
ra.monique
2010-12-06
vt -api with conversion to resource API names
aarne
2010-12-05
added syntax to api translation module
ra.monique
2010-11-24
command ai in the shell now shows the probability of the tree
krasimir
2010-11-12
operations in the abstract syntax
krasimir
2010-10-31
added giza Alignments with command ga and merged the rendering algorithm for ...
ramona.enache
2010-10-25
when faced with hard unification problem the type checker should just postpon...
krasimir
2010-10-25
when we print the bracketed string it is useful to print the attached metavar...
krasimir
2010-10-21
change the TcM monad to continuation passing style. The old monad caused stac...
krasimir
2010-10-21
support for proof search with high-order functions
krasimir
2010-10-20
bugfix in the term generation
krasimir
2010-10-20
fixed typo which broke the parsing with -openclass
krasimir
2010-10-19
in the type checker monad we should use lazy pattern matching because otherwi...
krasimir
2010-10-18
added explicit depth parameter to the parsing API and the corresponding comma...
krasimir
2010-10-18
typo in PGF.TypeCheck which spoiled the previous patch
krasimir
2010-10-18
now we use the GF reasoner to fillin meta variables in the abstract trees gen...
krasimir
2010-10-14
now since the type checking monad TcM is nondeterministic we can use the same...
krasimir
2010-10-13
bugfix in PGF.VisualizeTree for handling trees with implicit arguments
krasimir
2010-10-13
fix PGF.Generate.restart. The restart should be done only if there are some s...
krasimir
2010-10-11
the exhaustive/random generator now knows how to handle computable functions ...
krasimir
2010-10-11
now the generation from template with meta-variables respects the dependent t...
krasimir
2010-10-02
backtracking for random generation is not enough. we must restart the search ...
krasimir
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-09-22
the first revision of exhaustive and random generation with dependent types. ...
krasimir
2010-09-22
cleanup and export the Probabilistic API from PGF
krasimir
2010-09-12
bugfix in PGF.Type.pType: Agda style types like {x : A} -> B should not be su...
krasimir
2010-08-30
PGF.Expr.normalForm does variable renaming
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
krasimir
2010-08-24
more advanced complete function in the PGFService
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-07-31
added function unType in PGF
krasimir
2010-07-15
fix the algorithm for items cutting in the partial parser
krasimir
2010-07-13
fix the loopchecking in PGF.Forest.bracketedTokn
krasimir
2010-07-13
bugfix in the decoding of literals in PGF.Binary
krasimir
2010-07-07
report type errors in the shell from command "p"
krasimir
2010-07-07
simplify the monad TcM
krasimir
2010-07-01
redesign the open-literals API
krasimir
2010-06-30
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...
krasimir
2010-06-29
in PGF.Printer special output format for SymLit
krasimir
2010-06-29
introduce the type synonym Token=String in the PGF API
krasimir
2010-06-22
preliminary version of API for Open Literals
krasimir
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
[next]