summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-12-03 10:07:54 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-12-03 10:07:54 +0000
commite174f37940d4c9480d83e57bf7bf453dd2b3c9de (patch)
tree07de219b99adde6fdfaa50a9d95271a5be5f7581 /src/runtime/c/pgf/parser.h
parent6e3321d7126742e16e21289e5fac03192c793075 (diff)
added experimental script for chunking in the C runtime
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
-rw-r--r--src/runtime/c/pgf/parser.h9
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);