]> gitweb.factorcode.org Git - factor.git/blob - core/generic/parser/parser-docs.factor
Docs: bunch of smaller documentation fixes for various vocabs
[factor.git] / core / generic / parser / parser-docs.factor
1 USING: effects generic.single help.markup help.syntax math words ;
2 IN: generic.parser
3
4 HELP: generic-effect
5 { $values { "word" word } { "effect" effect } }
6 { $description "Gets the effect for a method." } ;
7
8 ARTICLE: "generic.parser" "Utilities for generic word and method defining parsing words" "This vocab creates method words." ;
9
10 ABOUT: "generic.parser"