]> gitweb.factorcode.org Git - factor.git/blob - core/effects/parser/parser-docs.factor
6cb39d208d3dd29982da2805409591cb00bc898b
[factor.git] / core / effects / parser / parser-docs.factor
1 IN: effects.parser
2 USING: strings effects help.markup help.syntax ;
3
4 HELP: parse-effect
5 { $values { "end" string } { "effect" "an instance of " { $link effect } } }
6 { $description "Parses a stack effect from the current input line." }
7 { $examples "This word is used by " { $link POSTPONE: ( } " and " { $link POSTPONE: (( } " to parse stack effect declarations." }
8 $parsing-note ;
9