clean up 23
This commit is contained in:
@@ -114,17 +114,6 @@ impl Value {
|
|||||||
Self::Register(first_char)
|
Self::Register(first_char)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// fn is_register(&self) -> bool {
|
|
||||||
// match self {
|
|
||||||
// Value::Register(_) => true,
|
|
||||||
// Value::Numeric(_) => false,
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// fn is_numeric(&self) -> bool {
|
|
||||||
// !self.is_register()
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Instruction {
|
impl Instruction {
|
||||||
|
|||||||
Reference in New Issue
Block a user