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
/
Speech
Age
Commit message (
Expand
)
Author
2012-08-29
Added an O(n log n) version of nub
peter.ljunglof
2012-08-29
A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...
kr.angelov
2011-11-02
merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...
kr.angelov
2010-12-14
PGFToCFG should use the full production set because the lexicon is now split out
krasimir
2010-12-06
simple refactoring in PGF.Macros and related
krasimir
2010-10-02
refactor the API for random generation again. Now PGF contains probabilities ...
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
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
forgot to fix the import in GF.Speech.CFG to get the Token type
krasimir
2010-06-29
introduce the type synonym Token=String in the PGF API
krasimir
2010-06-03
case for pre in CF generation (ignores alternatives so far)
aarne
2010-03-24
now for every category we store, in PGF, the list of functions for it in sour...
krasimir
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir
2010-01-17
now the linearization is completely based on PMCFG
krasimir
2010-01-05
store the label names in PMCFG
krasimir
2010-01-05
printnames are now kept as String instead of Term in PGF
krasimir
2009-12-14
remove the old parsing code and the -erasing=on flag
krasimir
2009-12-13
reorganize the directories under src, and rescue the JavaScript interpreter f...
krasimir