xo-reader: bugfix: + missing exprstatetype.lambdaexpr

This commit is contained in:
Roland Conybeare 2024-08-18 11:03:58 -04:00
commit 2f2a1d2e13
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,11 @@ namespace xo {
**/
defexpr,
/** handle lambda-expression
* see @ref lambda_xs
**/
lambdaexpr,
/** handle parenthesized expression
* see @ref paren_xs
**/