Skip to content
grammarware edited this page Jan 19, 2013 · 3 revisions

A reverse of abridge that can introduce a reflexive chain production.

Syntax

detour:
        production

Example

In the same way it was removed in the example for abridge, the bracketing production can be added to the grammar. The transformation that reverts the impact of the previous abridge, looks like this:

detour(
 [bracket] expr:
        expr
);

Relevant files

See also

  • Detour is a part of XBGF

Contributors

Clone this wiki locally