Words and universal macOS installer

This commit is contained in:
2026-02-06 00:37:08 +01:00
parent 3c518e4c5a
commit f1af4d2cdb
7 changed files with 232 additions and 2 deletions

View File

@@ -66,6 +66,8 @@ pub(super) fn simple_op(name: &str) -> Option<Op> {
"cycle" => Op::Cycle,
"pcycle" => Op::PCycle,
"choose" => Op::Choose,
"bounce" => Op::Bounce,
"wchoose" => Op::WChoose,
"every" => Op::Every,
"chance" => Op::ChanceExec,
"prob" => Op::ProbExec,