1
0
forked from GitHub/gf-core

prepare for context-sensitive parsing

This commit is contained in:
Krasimir Angelov
2023-09-19 21:17:55 +02:00
parent 22e6b30193
commit 2582719fab
3 changed files with 82 additions and 59 deletions

View File

@@ -266,6 +266,7 @@ struct PGF_INTERNAL_DECL PgfConcrPrintname {
struct PGF_INTERNAL_DECL PgfLRShift {
size_t next_state;
ref<PgfConcrLincat> lincat;
bool exact;
size_t r;
};