Working on casts
This commit is contained in:
@@ -86,9 +86,7 @@ enum Token_Kind{
|
||||
|
||||
TK_Pointer = TK_Mul,
|
||||
TK_Dereference = TK_BitAnd,
|
||||
|
||||
// These are not produced by lexer
|
||||
// but identified by parser
|
||||
|
||||
OPEN_SCOPE = 128,
|
||||
CLOSE_SCOPE,
|
||||
SAME_SCOPE,
|
||||
|
||||
Reference in New Issue
Block a user