summaryrefslogtreecommitdiff
path: root/src/runtime/c/Makefile.am
AgeCommit message (Collapse)Author
2012-12-14The first prototype for exhaustive generation in the C runtime. The trees ↵kr.angelov
are always listed in decreasing probability order. There is also an API for generation from Python
2012-12-12started an official API to the C runtimekr.angelov
2012-12-03added experimental script for chunking in the C runtimekr.angelov
2012-07-31An initial import of the teyjus source code in the C runtime for GF. The two ↵kr.angelov
runtime are still not connected but the source code compiles.
2012-05-16another attempt to port the robust parser to MacOSkr.angelov
2012-03-12libpgf: a new implementation for literals which also allows custom literals. ↵kr.angelov
the same mechanism is now used for the metavariables
2012-03-09libpgf: added simple lexerkr.angelov
2012-01-21added an API for printing the PGF to human readable formatkr.angelov
2012-01-20initial import of the C runtimekr.angelov