mc: Implemented .LITERAL

This commit is contained in:
Marco Aurelio da Costa
2021-04-18 17:24:29 -03:00
committed by Oliver Schmidt
parent f901adba22
commit fd3d5d35fb
4 changed files with 57 additions and 8 deletions

View File

@@ -210,6 +210,7 @@ typedef enum token_t {
TOK_LINECONT,
TOK_LIST,
TOK_LISTBYTES,
TOK_LITERAL,
TOK_LOBYTE,
TOK_LOBYTES,
TOK_LOCAL,