assembler: start refactoring/rewriting tokeniser

This commit is contained in:
2025-06-25 14:48:45 +01:00
parent 11a57eab51
commit 4e5db58a84
5 changed files with 74 additions and 30 deletions
+1
View File
@@ -7,6 +7,7 @@ use crate::error::AssembleError;
pub mod source_info;
pub mod token;
pub mod token_info;
pub mod tokeniser;
/// Attempts to load and open a source file, returning a [`Vec<u8>`] or an