Some refactoring

This commit is contained in:
2022-04-02 00:15:33 -05:00
parent 4ef4efcc11
commit 2a9a92a0c8
2 changed files with 104 additions and 143 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use std::fmt::{Display, Formatter};
use vcore::opcodes::InvalidMnemonic;
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Clone)]
pub enum ParseError<'a> {
LineParseFailure,
InvalidInstruction(&'a str),