-
Notifications
You must be signed in to change notification settings - Fork 15
Undefine
grammarware edited this page Jan 19, 2013
·
5 revisions
This operator allows to undefine a nonterminal, i.e., remove all its production rules. The nonterminal must have using occurrences elsewhere than just in its own definition. If there are no such using occurrences, then the less disruptive eliminate operator is to be used.
undefine:
nonterminal+
shared/prolog/xbgf1.pro
shared/prolog/xbgf2.pro
shared/rascal/src/transform/library/Productions.rsc
shared/xsd/xbgf.xsd
- Undefine is a part of XBGF