ast-array - Factor Documentation

ast-array


Vocabulary
fjsc

Definition
IN: fjsc

TUPLE: ast-array elements ;


Methods
USING: fjsc make ;

M: ast-array (compile) "factor.push_data(" , (literal) "," , ;


USING: accessors fjsc make sequences ;

M: ast-array (literal)
"[" , elements>> [ "," , ] [ (literal) ] interleave "]" , ;

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