now the robust parser is purely top-down and the meta rules compete on a fair basis with the grammar rules

This commit is contained in:
kr.angelov
2012-06-12 09:29:51 +00:00
parent d989005e01
commit b27a440ef3
6 changed files with 256 additions and 79 deletions

View File

@@ -69,6 +69,9 @@ pgf_read(GuIn* in, GuPool* pool, GuExn* err);
*/
bool
pgf_load_meta_child_probs(PgfPGF*, const char* fpath, GuPool* pool);
#include <gu/type.h>
extern GU_DECLARE_TYPE(PgfPGF, struct);