Added a LineEnd token type.
This commit is contained in:
@@ -21,6 +21,7 @@ typedef enum {
|
||||
IDENTIFIER,
|
||||
LABEL,
|
||||
NUMBER,
|
||||
LineEnd,
|
||||
//Keywords
|
||||
DB, ORG,
|
||||
//Opcodes
|
||||
|
||||
Reference in New Issue
Block a user