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
/
data.c
Age
Commit message (
Expand
)
Author
2013-08-28
bugfix which caused the runtime to crash on Android
kr.angelov
2013-02-11
remove the pgf2yaml tool which was both broken and redundant. The declaration...
kr.angelov
2013-01-07
a new reasoner in the C runtime. It supports tabling which makes it decideabl...
kr.angelov
2012-12-13
a top-level API for parsing in the C runtime
kr.angelov
2012-12-12
started an official API to the C runtime
kr.angelov
2012-12-11
bugfix for robust parsing with multi-word units
kr.angelov
2012-09-18
the C runtime now has a type prob_t which is used only for probability values
kr.angelov
2012-06-13
Use a separated tag for meta productions in the robust parser. This cleans up...
kr.angelov
2012-06-12
now the robust parser is purely top-down and the meta rules compete on a fair...
kr.angelov
2012-03-12
libpgf: a new implementation for literals which also allows custom literals. ...
kr.angelov
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 th...
kr.angelov
2012-02-29
libpgf: the first prototype for the robust parser
kr.angelov
2012-02-21
libpgf: added index for fast lexicon lookup. Still not perfect
kr.angelov
2012-02-17
libpgf: simplify the loading of PgfCncCat
kr.angelov
2012-01-24
libpgf: few fixes to make the loading of grammars with def rules possible
kr.angelov
2012-01-23
libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in...
kr.angelov
2012-01-21
added an API for printing the PGF to human readable format
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov