xo-reader xo-expression xo-tokenizer xo-jit: comparison + apply
This commit is contained in:
parent
7a0f466549
commit
cb7107521b
13 changed files with 486 additions and 83 deletions
|
|
@ -30,6 +30,11 @@ namespace xo {
|
|||
**/
|
||||
lambdaexpr,
|
||||
|
||||
/** handle apply expression (aka function call)
|
||||
* see @ref apply_xs
|
||||
**/
|
||||
applyexpr,
|
||||
|
||||
/** handle parenthesized expression
|
||||
* see @ref paren_xs
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue