unexpected ( want got -- * )


Vocabulary
lexer

Inputs
wanta word or f
gota word


Outputs
None

Word description
Throws an unexpected error.

Error description
Thrown by the parser if an unmatched closing delimiter is encountered.

Examples
Parsing the following snippet will throw this error:
[ 1 2 3 }


Definition


Methods