summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/reader.h
AgeCommit message (Collapse)Author
2013-06-25Now there is a just-in-time compiler which generates native code for proof ↵kr.angelov
search. This is already used by the exhaustive generator. The time to generate 10000 abstract trees with ParseEng went down from 4.43 sec to 0.29 sec.
2013-02-11the grammar reader in the C runtime is completely rewritten and it doesn't ↵kr.angelov
use the generic programming API
2012-12-12started an official API to the C runtimekr.angelov