More versatile << >>
parent
9e70e6ed35
commit
123b3da7bf
|
@ -170,5 +170,8 @@ IN: bootstrap.syntax
|
||||||
|
|
||||||
"MAIN:" [ scan-word in get vocab set-vocab-main ] define-syntax
|
"MAIN:" [ scan-word in get vocab set-vocab-main ] define-syntax
|
||||||
|
|
||||||
"<<" [ \ >> parse-until >quotation call ] define-syntax
|
"<<" [
|
||||||
|
[ \ >> parse-until >quotation ] with-compilation-unit
|
||||||
|
call
|
||||||
|
] define-syntax
|
||||||
] with-compilation-unit
|
] with-compilation-unit
|
||||||
|
|
Loading…
Reference in New Issue