Removed pipeline and compose operators
This commit is contained in:
@@ -17,7 +17,6 @@ binary -> expression operator expression ;
|
||||
operator ->
|
||||
| "==" | "!=" | "<" | "<=" | ">" | ">="
|
||||
| "+" | "-" | "*" | "/"
|
||||
| "|>" | "<|" | ">>" | "<<"
|
||||
| "++" ;
|
||||
pattern -> "_" | record_pattern | variant_pattern ;
|
||||
record_pattern -> "{" ( identifier ( "=" pattern )? ( "," identifier ( "=" pattern )? )* ) ( "|" identifier ) "}"
|
||||
|
||||
Reference in New Issue
Block a user