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
/
Parse.hs
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
optimization in the parser for large lexicons. Now, the parser is slightly sl...
krasimir
2010-12-08
fixed typos in the documentation for PGF.Parse
krasimir
2010-10-18
added explicit depth parameter to the parsing API and the corresponding comma...
krasimir
2010-08-09
native representation for HOAS in PMCFG and incremental type checking of the ...
krasimir
2010-07-15
fix the algorithm for items cutting in the partial parser
krasimir
2010-07-07
report type errors in the shell from command "p"
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
introduce the type synonym Token=String in the PGF API
krasimir
2010-06-22
preliminary version of API for Open Literals
krasimir
2010-06-05
Changing rec to rec_ in PGF
jordi.saludes
2010-05-19
now every BracketedString also has reference to the source expression(s)
krasimir
2010-05-19
now the parser could return partial parse results
krasimir
2010-05-17
simple refactoring: use ActiveKey in PGF.Parse.getParseResult instead of plai...
krasimir
2010-04-30
optimize/simplify the error reporting in the new API
krasimir
2010-04-30
first incarnation of the bracketed string API
krasimir
2010-04-23
fix parsing of literals
krasimir
2010-04-04
in the shell, permit 3-letter lang codes as concrete syntax names
aarne
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-12
move the definitions of _B and _V to PGF.Macros
krasimir
2010-01-05
store the label names in PMCFG
krasimir
2009-12-14
remove the old parsing code and the -erasing=on flag
krasimir