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
/
c
/
pgf
/
linearize.c
Age
Commit message (
Collapse
)
Author
2012-12-19
rename linearize.{h/c} to linearizer.{h/c} which follows the convention used ↵
kr.angelov
in parser.c and reasoner.c
2012-12-19
a major reimplementation of the linearizer in the C runtime
kr.angelov
2012-10-25
a major refactoring in the robust parser: bottom-up filtering and garbage ↵
kr.angelov
collection for the chart
2012-03-12
libpgf: a new implementation for literals which also allows custom literals. ↵
kr.angelov
the same mechanism is now used for the metavariables
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-03-05
libpgf: now all concrete functions and categories are explicitly linked to ↵
kr.angelov
their abstract counter parts
2012-02-21
libpgf: added index for fast lexicon lookup. Still not perfect
kr.angelov
2012-02-18
libpgf: now the linearization index is created during the grammar loading ↵
kr.angelov
which also makes the types PgfLzr and PgfParser redundant.
2012-01-23
libpgf: extra_ccat is now redundant and was removed
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov