mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
rename tokentype
This commit is contained in:
parent
3bdd1f7bcf
commit
db18eeccc0
@ -75,7 +75,7 @@ char* strsPopTokenWithSkip(Args* buffs,
|
|||||||
enum TokenType {
|
enum TokenType {
|
||||||
TOKEN_strEnd = 0,
|
TOKEN_strEnd = 0,
|
||||||
TOKEN_symbol,
|
TOKEN_symbol,
|
||||||
TOKEN_keyWorld,
|
TOKEN_keyword,
|
||||||
TOKEN_operator,
|
TOKEN_operator,
|
||||||
TOKEN_brancket,
|
TOKEN_brancket,
|
||||||
TOKEN_literal,
|
TOKEN_literal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user