fixed unit tests & misc changes to workspace config

This commit is contained in:
2025-06-26 00:50:58 +01:00
parent 1101331f70
commit 620584488b
3 changed files with 201 additions and 100 deletions
-1
View File
@@ -1,7 +1,6 @@
//! Macros used throughout the assembler
use crate::assembler::model::{Node, Opcode, Symbol, Token};
/// Parse DSA assembly code with optional formatting
///
/// # Examples