core: add -- syntax.
parent
ce415c5184
commit
ddee920118
|
@ -11,6 +11,7 @@ IN: bootstrap.syntax
|
|||
"("
|
||||
":"
|
||||
";"
|
||||
"--"
|
||||
"![[" "![=[" "![==["
|
||||
"[[" "[=[" "[==["
|
||||
"factor[[" "factor[=[" "factor[==["
|
||||
|
|
|
@ -55,6 +55,10 @@ IN: bootstrap.syntax
|
|||
[
|
||||
{ "]" "}" ";" ">>" "COMPILE>" } [ define-delimiter ] each
|
||||
|
||||
"--" [
|
||||
"--" define-symbol
|
||||
] define-core-syntax
|
||||
|
||||
{ "_" "@" } define-fry-specifiers
|
||||
! "@" [ "Only valid inside a fry" throw ] ( -- * ) define-fry-specifier
|
||||
|
||||
|
|
Loading…
Reference in New Issue