This commit is contained in:
2026-01-25 20:43:12 +01:00
parent cf5994e604
commit 250e359fc5
6 changed files with 176 additions and 23 deletions

View File

@@ -43,7 +43,6 @@ pub enum Op {
Set,
GetContext(String),
Rand,
Rrand,
Seed,
Cycle,
Choose,
@@ -81,4 +80,6 @@ pub enum Op {
Noise,
Chain,
Loop,
Degree(&'static [i64]),
Oct,
}