11 lines
359 B
Factor
11 lines
359 B
Factor
USING: effects generic.single help.markup help.syntax math words ;
|
|
IN: generic.parser
|
|
|
|
HELP: generic-effect
|
|
{ $values { "word" word } { "effect" effect } }
|
|
{ $description "Gets the effect for a method." } ;
|
|
|
|
ARTICLE: "generic.parser" "Utilities for generic word and method defining parsing words" "This vocab creates method words." ;
|
|
|
|
ABOUT: "generic.parser"
|