forked from GitHub/gf-core
prepare for context-sensitive parsing
This commit is contained in:
@@ -70,10 +70,10 @@ class PGF_INTERNAL_DECL PgfLRTableMaker
|
||||
void symbol(State *state, Fold fold, Item *item, PgfSymbol sym);
|
||||
|
||||
template<class T>
|
||||
void predict(State *state, Fold fold, Item *item, T cat,
|
||||
void predict(State *state, Fold fold, Item *item, T cat, bool exact,
|
||||
ref<Vector<PgfVariableRange>> vars, PgfLParam *r);
|
||||
void predict(State *state, Fold fold, Item *item, ref<PgfText> cat, size_t lin_idx);
|
||||
void predict(State *state, Fold fold, Item *item, CCat *ccat, size_t lin_idx);
|
||||
void predict(State *state, Fold fold, Item *item, ref<PgfText> cat, bool exact, size_t lin_idx);
|
||||
void predict(State *state, Fold fold, Item *item, CCat *ccat, bool exact, size_t lin_idx);
|
||||
void predict(ref<PgfAbsFun> absfun, CCat *ccat);
|
||||
void complete(State *state, Fold fold, Item *item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user