xo-reader2 xo-expression2: + DLambdaSsm [WIP]
This commit is contained in:
parent
f0cd32c05f
commit
a28b45e4f2
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ namespace xo {
|
|||
/** token representing keyword @c def **/
|
||||
static Token def_token() { return Token(tokentype::tk_def); }
|
||||
/** token representing keyword @c lambda **/
|
||||
static Token lambda() { return Token(tokentype::tk_lambda); }
|
||||
static Token lambda_token() { return Token(tokentype::tk_lambda); }
|
||||
/** token representing keyword @c if **/
|
||||
static Token if_token() { return Token(tokentype::tk_if); }
|
||||
/** token representing keyword @c then **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue