xo-reader2 stack: handle comparison expression (x == y)
This commit is contained in:
parent
3f5bd39ed8
commit
0baa458c5b
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ namespace xo {
|
|||
/** token for @c "/" **/
|
||||
static Token slash_token() { return Token(tokentype::tk_slash); }
|
||||
|
||||
/** token for @c "==" **/
|
||||
static Token cmpeq_token() { return Token(tokentype::tk_cmpeq); }
|
||||
|
||||
/** token representing keyword @c type **/
|
||||
static Token type() { return Token(tokentype::tk_type); }
|
||||
/** token representing keyword @c def **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue