Added a LineEnd token type.

This commit is contained in:
2022-08-25 18:37:25 +00:00
parent 89ab951c6a
commit 64326937b1
3 changed files with 16 additions and 7 deletions
+1
View File
@@ -21,6 +21,7 @@ typedef enum {
IDENTIFIER,
LABEL,
NUMBER,
LineEnd,
//Keywords
DB, ORG,
//Opcodes