summaryrefslogtreecommitdiff
path: root/src/runtime/c/utils
AgeCommit message (Collapse)Author
2012-03-02libpgf: preliminary version for the statistical ranking. we use naive ↵kr.angelov
statistical model with random weight for the meta variables.
2012-02-29libpgf: the first prototype for the robust parserkr.angelov
2012-02-28libpgf: the time measurement in pgf-translate should be made after ↵kr.angelov
pgf_parse_result for more accurate timing
2012-02-21utils/pgf-translate now reports the parsing timekr.angelov
2012-02-18libpgf: now the linearization index is created during the grammar loading ↵kr.angelov
which also makes the types PgfLzr and PgfParser redundant.
2012-01-23libpgf: forgot to add utils/pgf-print.ckr.angelov
2012-01-23pgf-translate: add \n at the end of two error messageskr.angelov
2012-01-21added an API for printing the PGF to human readable formatkr.angelov
2012-01-20initial import of the C runtimekr.angelov