assembler: Tokeniser updates, Compiler Engine is back finally

This commit is contained in:
2025-06-25 17:55:34 +01:00
parent 9b9e153500
commit 7565374d5b
6 changed files with 394 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@ pub enum TokenType {
Newline,
/// End of file.
Eof,
/// A line comment. This is to be filtered out of the token stream.
Comment,
}
#[derive(Debug)]