Skip to content

Commit

Permalink
reference grammar: remove duplicate else_tail rule
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Sep 3, 2015
1 parent 0762f58 commit 000fe00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doc/grammar.md
Expand Up @@ -688,7 +688,6 @@ match_pat : pat [ '|' pat ] * [ "if" expr ] ? ;
```antlr
if_let_expr : "if" "let" pat '=' expr '{' block '}'
else_tail ? ;
else_tail : "else" [ if_expr | if_let_expr | '{' block '}' ] ;
```

### While let loops
Expand Down

0 comments on commit 000fe00

Please sign in to comment.