diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-06-12 09:29:51 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-06-12 09:29:51 +0000 |
| commit | b27a440ef32758df71639e29d81466f1afaf2c90 (patch) | |
| tree | 5e5a78006cf5e25db3b01d5d9db0548f48d466d3 /src/runtime/c/pgf/pgf.h | |
| parent | d989005e019e81599620012c80d13960ae8cb4a1 (diff) | |
now the robust parser is purely top-down and the meta rules compete on a fair basis with the grammar rules
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <gu/type.h> extern GU_DECLARE_TYPE(PgfPGF, struct); |
