mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
support CAPIT & ALLCAPIT
This commit is contained in:
@@ -725,6 +725,13 @@ void PgfLRTableMaker::symbol(State *state, Fold fold, Item *item, PgfSymbol sym)
|
||||
}
|
||||
break;
|
||||
}
|
||||
case PgfSymbolCAPIT::tag:
|
||||
case PgfSymbolALLCAPIT::tag: {
|
||||
// We just ignore CAPIT && ALLCAPIT during parsing
|
||||
item->sym_idx++;
|
||||
process(state,fold,item);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
if (item->ref_cnt == 0)
|
||||
delete item;
|
||||
|
||||
Reference in New Issue
Block a user