From d103fe675564cf9ab19280d2eb580842f520f717 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Mon, 25 Sep 2017 12:20:48 +0200 Subject: make pgf_production_is_lexical public since it will be needed in the Haskell binding --- src/runtime/c/pgf/data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 45689dd11..45685c82d 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -351,6 +351,10 @@ struct PgfCCat { GuFinalizer fin[0]; }; +PGF_API_DECL bool +pgf_production_is_lexical(PgfProductionApply *papp, + GuBuf* non_lexical_buf, GuPool* pool); + PGF_API_DECL void pgf_parser_index(PgfConcr* concr, PgfCCat* ccat, PgfProduction prod, -- cgit v1.2.3