assembler: Tokeniser updates, Compiler Engine is back finally
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user