ast-identifier - Factor Documentation

ast-identifier


Vocabulary
fjsc

Definition
IN: fjsc

TUPLE: ast-identifier value vocab ;


Methods
USING: fjsc make ;

M: ast-identifier (compile) (literal) ".execute(" , ;


USING: accessors fjsc kernel make ;

M: ast-identifier (literal)
dup vocab>> [
"factor.get_word(\"" , dup vocab>> , "\",\"" , value>> ,
"\")" ,
] [ "factor.find_word(\"" , value>> , "\")" , ] if ;

AltStyle によって変換されたページ (->オリジナル) /