mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-03 13:35:07 +03:00
fix pest statement rule
This commit is contained in:
parent
64299f3874
commit
9eca8f83b4
@ -294,12 +294,11 @@ statement = {
|
|||||||
(statement_return
|
(statement_return
|
||||||
| statement_conditional
|
| statement_conditional
|
||||||
| statement_for
|
| statement_for
|
||||||
| (statement_multiple_assignment
|
| statement_multiple_assignment
|
||||||
| statement_macro
|
| statement_macro
|
||||||
| statement_definition
|
| statement_definition
|
||||||
| statement_assign
|
| statement_assign
|
||||||
| statement_expression
|
| statement_expression
|
||||||
)
|
|
||||||
) ~ NEWLINE*
|
) ~ NEWLINE*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user