syntax: Allow postpone: \foo

modern-harvey2
Doug Coleman 2017-08-26 15:08:20 -05:00
parent 3861e85d09
commit 5a119fa9f7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ IN: bootstrap.syntax
"W{" [ \ } [ first <wrapper> ] parse-literal ] define-core-syntax
"HS{" [ \ } [ >hash-set ] parse-literal ] define-core-syntax
"postpone:" [ scan-word suffix! ] define-core-syntax
"postpone:" [ scan-syntax-word suffix! ] define-core-syntax
"\\" [ scan-word <wrapper> suffix! ] define-core-syntax
"M\\" [ scan-word scan-word lookup-method <wrapper> suffix! ] define-core-syntax
"inline" [ last-word make-inline ] define-core-syntax