make pgf_production_is_lexical public since it will be needed in the Haskell binding

This commit is contained in:
Krasimir Angelov
2017-09-25 12:20:48 +02:00
parent 5f39d062b7
commit d103fe6755
2 changed files with 11 additions and 6 deletions

View File

@@ -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,