xo-reader: bugfix: + missing exprstatetype.let1expr

This commit is contained in:
Roland Conybeare 2024-08-27 16:18:22 -04:00
commit ec1e45d2ed
3 changed files with 12 additions and 1 deletions

View file

@ -38,6 +38,11 @@ namespace xo {
**/
sequenceexpr,
/** handle let1 (single local variable)
* see @ref let1_xs
**/
let1expr,
expect_rhs_expression,
expect_symbol,
expect_type,