forked from Orchid/orchid
The pipeline is finally reasonably clean
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import super::fn::=>
|
||||
|
||||
export operators[ ; = ]
|
||||
|
||||
-- remove duplicate ;-s
|
||||
export macro do {
|
||||
...$statement ; ; ...$rest:1
|
||||
@@ -11,6 +13,8 @@ export macro do {
|
||||
} =0x2p130=> statement (...$statement) do { ...$rest }
|
||||
export macro do { ...$return } =0x1p130=> ...$return
|
||||
|
||||
export ::do
|
||||
|
||||
export macro statement (let $name = ...$value) ...$next =0x1p230=> (
|
||||
( \$name. ...$next) (...$value)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user