parseSeq

fnPattern[] parseSeq(Tokens tokens, ref Option[] options)
No documentation available for this declaration.
fnPattern[] parseSeq(Tokens tokens, ref Option[] options)

Parses a sequence of atoms from the token stream.

A sequence is atoms optionally followed by "..." for repetition.

Parameters

tokensThe token stream to parse from.
optionsThe list of known options (may be modified).

Returns

An array containing the parsed pattern(s).