It is quite possible, that this term is not in common usage. I thought
that it would be clear from the example.
Please note, that in my example of a superlanguage a trailing <With>
would be accepted without a following 'SELECT'.
This means that more words are accepted than in the original intended
language; in this sense the example uses a superior, i.e. super,
language.
> I know how to solve my problem by preprocessing the
> input with a regular expression. Is this possible from within GOLD
> parser with a single grammar?
No GOLD is a LALR(1) parser generator only, not a parsing system in
any sense. However, if one knows how to preprocess a source with a
regular expression parser, one should be able to implement the
resulting finite automaton as productions within GOLD. I just dont'
want to do all your work ;-)
-manfred