asm: lex: add left and right brace symbols
This commit is contained in:
@@ -39,6 +39,8 @@ enum ivy_asm_symbol {
|
||||
IVY_ASM_SYM_RIGHT_PAREN,
|
||||
IVY_ASM_SYM_LEFT_BRACKET,
|
||||
IVY_ASM_SYM_RIGHT_BRACKET,
|
||||
IVY_ASM_SYM_LEFT_BRACE,
|
||||
IVY_ASM_SYM_RIGHT_BRACE,
|
||||
IVY_ASM_SYM_COLON,
|
||||
IVY_ASM_SYM_SEMICOLON,
|
||||
IVY_ASM_SYM_DOLLAR,
|
||||
|
||||
Reference in New Issue
Block a user