2008-06-25 04:25:08 -04:00
|
|
|
IN: effects.parser
|
|
|
|
USING: strings effects help.markup help.syntax ;
|
|
|
|
|
|
|
|
HELP: parse-effect
|
|
|
|
{ $values { "end" string } { "effect" "an instance of " { $link effect } } }
|
|
|
|
{ $description "Parses a stack effect from the current input line." }
|
2011-10-18 16:18:42 -04:00
|
|
|
{ $examples "This word is used by " { $link POSTPONE: ( } " to parse stack effect declarations." }
|
2008-06-25 04:25:08 -04:00
|
|
|
$parsing-note ;
|
|
|
|
|