xo-reader xo-expression xo-tokenizer xo-jit: comparison + apply

This commit is contained in:
Roland Conybeare 2025-07-23 23:19:16 -05:00
commit 93b2daab6c
28 changed files with 720 additions and 171 deletions

View file

@ -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
**/