]> gitweb.factorcode.org Git - factor.git/blob - core/generic/parser/parser-docs.factor
core: trim using lists with tool
[factor.git] / core / generic / parser / parser-docs.factor
1 USING: effects help.markup help.syntax 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"