alien-function-word


Vocabulary
alien.parser

Definition
USING: accessors kernel sequences ;

IN: alien.parser

PREDICATE: alien-function-word < alien-function-alias-word
[ def>> third ] [ name>> ] bi = ;


Methods
USING: alien.parser alien.syntax definitions kernel ;

M: alien-function-word definer drop \ FUNCTION: \ ; ;


USING: accessors alien.parser alien.prettyprint combinators
prettyprint.backend see see.private sequences ;

M: alien-function-word synopsis*
{
[ seeing-word ]
[ def>> second pprint-library ]
[ definer. ]
[ [ pprint-word ] pprint-function ]
} cleave ;