mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
group symbols together in tokens enum
This commit is contained in:
parent
cf5b7b0fb3
commit
addd42ceae
@ -89,8 +89,6 @@ enum {
|
||||
TS,
|
||||
TZ,
|
||||
|
||||
TPlus,
|
||||
|
||||
TInt,
|
||||
TFlts,
|
||||
TFltd,
|
||||
@ -99,6 +97,8 @@ enum {
|
||||
TGlo,
|
||||
TTyp,
|
||||
TStr,
|
||||
|
||||
TPlus,
|
||||
TEq,
|
||||
TComma,
|
||||
TLParen,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user