Skip to content
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.

Syntax

undefine:
        nonterminal+

Relevant files

See also

  • Undefine is a part of XBGF

Contributors

Clone this wiki locally