parse-effect ( end -- effect )


Vocabulary
effects.parser

Inputs
enda string


Outputs
effectan instance of effect


Word description
Parses a stack effect from the current input line.

Examples
This word is used by ( to parse stack effect declarations.

Notes
This word should only be called from parsing words.

Definition