From b27a440ef32758df71639e29d81466f1afaf2c90 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 12 Jun 2012 09:29:51 +0000 Subject: now the robust parser is purely top-down and the meta rules compete on a fair basis with the grammar rules --- src/runtime/c/pgf/pgf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/pgf/pgf.h') diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 91659d95e..e14b4c8c8 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -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 extern GU_DECLARE_TYPE(PgfPGF, struct); -- cgit v1.2.3