syntax: add ': for fried words
parent
957733a147
commit
825891c7ef
|
@ -319,7 +319,9 @@ IN: bootstrap.syntax
|
|||
"IDENTITY-MEMO:" [ (:) apply-inlined-effects define-identity-memoized ] define-core-syntax
|
||||
"IDENTITY-MEMO::" [ (::) apply-inlined-effects define-identity-memoized ] define-core-syntax
|
||||
|
||||
"'[" [ parse-quotation fry append! ] define-core-syntax
|
||||
"':" [
|
||||
(:) [ fry '[ @ call ] ] [ apply-inlined-effects ] bi* define-declared
|
||||
] define-core-syntax
|
||||
|
||||
"PROTOCOL:" [
|
||||
scan-new-word parse-definition define-protocol
|
||||
|
|
Loading…
Reference in New Issue