diff options
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
| -rw-r--r-- | src/runtime/c/pgf/parser.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/runtime/c/pgf/parser.h b/src/runtime/c/pgf/parser.h index 65997f601..dcc3ca3af 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -102,9 +102,12 @@ pgf_parse_result(PgfParseState* state, GuPool* pool); * succesful, or ambiguously successful. */ -PgfExpr -pgf_parse_best_result(PgfParseState* state, GuPool* pool); - +// Use this procedure only on your own risk. +// It is dirty and it will probably be removed or replaced +// with something else. Currently it is here only for experimental +// purposes. +void +pgf_parse_print_chunks(PgfParseState* state); size_t pgf_item_lin_idx(PgfItem* item); |
