syntax: fix spacing
parent
fcf1b23734
commit
6e1dd40d23
|
@ -58,28 +58,28 @@ IN: bootstrap.syntax
|
||||||
{ "_" "@" } define-fry-specifiers
|
{ "_" "@" } define-fry-specifiers
|
||||||
! "@" [ "Only valid inside a fry" throw ] ( -- * ) define-fry-specifier
|
! "@" [ "Only valid inside a fry" throw ] ( -- * ) define-fry-specifier
|
||||||
|
|
||||||
"![[" [
|
"![[" [
|
||||||
"]]" parse-multiline-string drop
|
"]]" parse-multiline-string drop
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
"![=[" [
|
"![=[" [
|
||||||
"]=]" parse-multiline-string drop
|
"]=]" parse-multiline-string drop
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
"![==[" [
|
"![==[" [
|
||||||
"]==]" parse-multiline-string drop
|
"]==]" parse-multiline-string drop
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
|
|
||||||
"[[" [
|
"[[" [
|
||||||
"]]" parse-multiline-string suffix!
|
"]]" parse-multiline-string suffix!
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
"[=[" [
|
"[=[" [
|
||||||
"]=]" parse-multiline-string suffix!
|
"]=]" parse-multiline-string suffix!
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
"[==[" [
|
"[==[" [
|
||||||
"]==]" parse-multiline-string suffix!
|
"]==]" parse-multiline-string suffix!
|
||||||
] define-core-syntax
|
] define-core-syntax
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue