]> gitweb.factorcode.org Git - factor.git/blob - extra/literals/literals.factor
Merge branch 'master' into experimental
[factor.git] / extra / literals / literals.factor
1 ! (c) Joe Groff, see license for details
2 USING: continuations kernel parser words quotations ;
3 IN: literals
4
5 : $ scan-word [ execute ] curry with-datastack ; parsing
6 : $[ \ ] parse-until >quotation with-datastack ; parsing