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
Age
Commit message (
Collapse
)
Author
2010-01-05
printnames are now kept as String instead of Term in PGF
krasimir
2010-01-15
allow metavariables with indices i.e. ?0, ?1, etc in the abstract syntax ↵
krasimir
parser in PGF
2010-01-15
now the abstract syntax in PGF allows the same syntax for integers, floats ↵
krasimir
and strings as in Haskell. This includes negative integers and exponents in the floats
2010-01-07
inplace editing/parsing in the syntax editor
krasimir
2010-01-07
better tokenizer in the JavaScript runtime
krasimir
2010-01-04
some dead code is removed in the JavaScript interpreter
krasimir
2010-01-04
literal categories in the JavaScript interpreter
krasimir
2010-01-04
fix the editor grammar
krasimir
2010-01-04
in gflib.js declare all variables with 'var' because otherwise they are ↵
krasimir
global by default
2010-01-04
in the javascript version of extractTrees filter out the duplicated parse trees
krasimir
2010-01-04
bugfix in the javascript parser
krasimir
2009-12-31
morpho analysis with -missing flag, shows words outside lexicon; also ↵
aarne
invoked if parsing fails; also added pg -words to show the list of words
2009-12-27
js-runtime: redundant loop removed
krasimir
2009-12-27
use object references instead of FunId and SeqId in the javascript parser
krasimir
2009-12-27
bugfix in the javascript parser
krasimir
2009-12-21
javascript editor with PMCFG parser. (not stable yet)
krasimir
2009-12-14
reverse engineered version of the Editor grammar
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 ↵
krasimir
from deprecated