Skip to content

Commit

Permalink
Commit 1169754 updated TOK enum without fixing up the offset comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jun 13, 2014
1 parent ed1385d commit 4a69413
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/lexer.h
Expand Up @@ -75,6 +75,7 @@ enum TOK
TOKdelegateptr,
TOKdelegatefuncptr,

// 54
// Operators
TOKlt, TOKgt,
TOKle, TOKge,
Expand All @@ -83,11 +84,12 @@ enum TOK
TOKindex, TOKis,
TOKtobool,

// 63
// 65
// NCEG floating point compares
// !<>= <> <>= !> !>= !< !<= !<>
TOKunord,TOKlg,TOKleg,TOKule,TOKul,TOKuge,TOKug,TOKue,

// 73
TOKshl, TOKshr,
TOKshlass, TOKshrass,
TOKushr, TOKushrass,
Expand All @@ -103,7 +105,7 @@ enum TOK
TOKquestion, TOKandand, TOKoror,
TOKpreplusplus, TOKpreminusminus,

// 110
// 112
// Numeric literals
TOKint32v, TOKuns32v,
TOKint64v, TOKuns64v,
Expand Down Expand Up @@ -131,7 +133,7 @@ enum TOK
TOKcomplex32, TOKcomplex64, TOKcomplex80,
TOKchar, TOKwchar, TOKdchar, TOKbool,

// 155
// 157
// Aggregates
TOKstruct, TOKclass, TOKinterface, TOKunion, TOKenum, TOKimport,
TOKtypedef, TOKalias, TOKoverride, TOKdelegate, TOKfunction,
Expand Down

0 comments on commit 4a69413

Please sign in to comment.