]> gitweb.factorcode.org Git - factor.git/blob - core/effects/parser/parser-docs.factor
e345b9d8f056d9c41054cfdd2979551faf139b1a
[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: ( } " to parse stack effect declarations." }
8 $parsing-note ;
9