Cleaning old temporal model

This commit is contained in:
2026-01-29 01:28:57 +01:00
parent 7e4f8d0e46
commit f1f1b28b31
5 changed files with 65 additions and 589 deletions

View File

@@ -49,7 +49,6 @@ pub enum Op {
NewCmd,
SetParam(String),
Emit,
Silence,
Get,
Set,
GetContext(String),
@@ -67,7 +66,6 @@ pub enum Op {
ListEndCycle,
PCycle,
ListEndPCycle,
Scale,
SetTempo,
Every,
Quotation(Vec<Op>, Option<SourceSpan>),
@@ -84,9 +82,6 @@ pub enum Op {
Loop,
Degree(&'static [i64]),
Oct,
DivStart,
DivEnd,
StackStart,
EmitN,
ClearCmd,
SetSpeed,