forked from OSchip/llvm-project
parent
0fad58cbaf
commit
cc09d78297
|
@ -33,14 +33,14 @@ enum Token {
|
|||
|
||||
// primary
|
||||
tok_identifier = -4, tok_number = -5,
|
||||
|
||||
|
||||
// control
|
||||
tok_if = -6, tok_then = -7, tok_else = -8,
|
||||
tok_for = -9, tok_in = -10,
|
||||
|
||||
|
||||
// operators
|
||||
tok_binary = -11, tok_unary = -12,
|
||||
|
||||
|
||||
// var definition
|
||||
tok_var = -13
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue