xo-tokenizer: = and := tokens
This commit is contained in:
parent
fa335ee523
commit
bff6b7ce9b
3 changed files with 144 additions and 12 deletions
|
|
@ -77,7 +77,7 @@ namespace xo {
|
|||
static token doublecolon() { return token(tokentype::tk_doublecolon); }
|
||||
static token semicolon() { return token(tokentype::tk_semicolon); }
|
||||
static token singleassign() { return token(tokentype::tk_singleassign); }
|
||||
static token assign() { return token(tokentype::tk_assign); }
|
||||
static token assign_token() { return token(tokentype::tk_assign); }
|
||||
static token yields() { return token(tokentype::tk_yields); }
|
||||
|
||||
static token type() { return token(tokentype::tk_type); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue