Skip to content

Commit

Permalink
IfElse supports MUTE
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jul 15, 2021
1 parent 204d6ef commit a7abd23
Show file tree
Hide file tree
Showing 4 changed files with 1,879 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
O=arts/funcbegin.zsg
O=arts/testifelse.zsg

default: run

Expand Down
82 changes: 5 additions & 77 deletions arts/funcbegin.zsg
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,6 @@
"portal"
]
},
"ConditionedDo": {
"inputs": [
"True",
"False",
"SRC",
"COND"
],
"outputs": [
"DST"
],
"params": [],
"categories": [
"control"
]
},
"DictSize": {
"inputs": [
"dict",
Expand Down Expand Up @@ -458,21 +443,6 @@
"list"
]
},
"EndBranch": {
"inputs": [
"BranchIn",
"SRC",
"COND"
],
"outputs": [
"Branch",
"DST"
],
"params": [],
"categories": [
"control"
]
},
"EndFor": {
"inputs": [
"FOR",
Expand Down Expand Up @@ -501,20 +471,6 @@
"fileio"
]
},
"EndIF": {
"inputs": [
"IF",
"SRC",
"COND"
],
"outputs": [
"DST"
],
"params": [],
"categories": [
"control"
]
},
"ExportPath": {
"inputs": [
"SRC",
Expand Down Expand Up @@ -621,21 +577,6 @@
"dict"
]
},
"FalseBranch": {
"inputs": [
"condition",
"SRC",
"COND"
],
"outputs": [
"Branch",
"DST"
],
"params": [],
"categories": [
"control"
]
},
"FuncBegin": {
"inputs": [
"extraArgs",
Expand Down Expand Up @@ -754,14 +695,16 @@
"frame"
]
},
"IF": {
"IfElse": {
"inputs": [
"condition",
"true",
"false",
"cond",
"SRC",
"COND"
],
"outputs": [
"Then",
"result",
"DST"
],
"params": [],
Expand Down Expand Up @@ -1963,21 +1906,6 @@
"primitive"
]
},
"TrueBranch": {
"inputs": [
"condition",
"SRC",
"COND"
],
"outputs": [
"Branch",
"DST"
],
"params": [],
"categories": [
"control"
]
},
"UnpackNumericVec": {
"inputs": [
"vec",
Expand Down
Loading

0 comments on commit a7abd23

Please sign in to comment.