xo-reader: bugfix: + missing exprstatetype.let1expr
This commit is contained in:
parent
7fad60290d
commit
ec1e45d2ed
3 changed files with 12 additions and 1 deletions
|
|
@ -38,6 +38,11 @@ namespace xo {
|
|||
**/
|
||||
sequenceexpr,
|
||||
|
||||
/** handle let1 (single local variable)
|
||||
* see @ref let1_xs
|
||||
**/
|
||||
let1expr,
|
||||
|
||||
expect_rhs_expression,
|
||||
expect_symbol,
|
||||
expect_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue