7 lines
245 B
Factor
7 lines
245 B
Factor
|
! (c) Joe Groff, see license for details
|
||
|
USING: accessors continuations kernel parser words quotations vectors ;
|
||
|
IN: literals
|
||
|
|
||
|
SYNTAX: $ scan-word [ def>> call ] curry with-datastack >vector ;
|
||
|
SYNTAX: $[ parse-quotation with-datastack >vector ;
|