Feat: optimizations
This commit is contained in:
@@ -60,11 +60,11 @@ pub enum Op {
|
||||
BranchIfZero(usize, Option<SourceSpan>, Option<SourceSpan>),
|
||||
Branch(usize),
|
||||
NewCmd,
|
||||
SetParam(String),
|
||||
SetParam(&'static str),
|
||||
Emit,
|
||||
Get,
|
||||
Set,
|
||||
GetContext(String),
|
||||
GetContext(&'static str),
|
||||
Rand,
|
||||
ExpRand,
|
||||
LogRand,
|
||||
|
||||
Reference in New Issue
Block a user