mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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;
|
break;
|
||||||
}
|
}
|
||||||
|
case PgfSymbolCAPIT::tag:
|
||||||
|
case PgfSymbolALLCAPIT::tag: {
|
||||||
|
// We just ignore CAPIT && ALLCAPIT during parsing
|
||||||
|
item->sym_idx++;
|
||||||
|
process(state,fold,item);
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
if (item->ref_cnt == 0)
|
if (item->ref_cnt == 0)
|
||||||
delete item;
|
delete item;
|
||||||
|
|||||||
Reference in New Issue
Block a user