xo-tokenizer2: + op!= utest
This commit is contained in:
parent
4e7b58e3c9
commit
1d3af64a7a
1 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,8 @@ namespace xo {
|
|||
|
||||
/** token for @c "==" **/
|
||||
static Token cmpeq_token() { return Token(tokentype::tk_cmpeq); }
|
||||
/** token for @c "!=" **/
|
||||
static Token cmpne_token() { return Token(tokentype::tk_cmpne); }
|
||||
|
||||
/** token representing keyword @c nil **/
|
||||
static Token nil_token() { return Token(tokentype::tk_nil); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue