From 14f394c9e93669e829b0d015868bd828572df075 Mon Sep 17 00:00:00 2001 From: krangelov Date: Sat, 7 Dec 2019 22:00:39 +0100 Subject: a version of the parser which returns a chart rather than a list of expressions --- src/runtime/c/pgf/pgf.h | 6 ++++++ 1 file changed, 6 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 8fdc52b62..b40284a42 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -208,6 +208,12 @@ pgf_parse_with_heuristics(PgfConcr* concr, PgfType* typ, GuExn* err, GuPool* pool, GuPool* out_pool); +typedef struct { + size_t start; + size_t end; + GuString field; +} PgfParseRange; + typedef struct PgfOracleCallback PgfOracleCallback; struct PgfOracleCallback { -- cgit v1.2.3