Skip to content
Snippets Groups Projects
Commit 1f6d21e3 authored by Samuel Chassot's avatar Samuel Chassot
Browse files

fix grammar

parent b5af05dd
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ BinOp ::= + | - | * | / | % | < | <=
UnaryOp ::= - | !
MatchCase ::= case Pattern => Expr
Pattern ::= [ Id . ]? Id ( Patterns ) | Id | Literal |
Pattern ::= [ Id . ]? Id ( Patterns ) | Id | Literal | _
Patterns ::= ϵ | Pattern [ , Pattern ]∗
Args ::= ϵ | Expr [ , Expr ]∗
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment