More versatile << >>

db4
Slava Pestov 2008-01-15 23:35:03 -04:00
parent 9e70e6ed35
commit 123b3da7bf
1 changed files with 4 additions and 1 deletions

View File

@ -170,5 +170,8 @@ IN: bootstrap.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