assembler: enhance error handling and tokenization logic
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum TokeniserError {}
|
||||
|
||||
impl TokeniserError {}
|
||||
|
||||
impl std::fmt::Display for TokeniserError {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "TODO!!!!!!")
|
||||
|
||||
Reference in New Issue
Block a user