mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Remove -> operator
This commit is contained in:
parent
1eceadafc6
commit
18dd3ad6bd
6 changed files with 10 additions and 27 deletions
|
|
@ -43,7 +43,7 @@ local common = {
|
|||
},
|
||||
infixes = {
|
||||
{ ";", 1 },
|
||||
{ "#", 2 }, { "->", 2 }, { "~>", 2 },
|
||||
{ "#", 2 }, { "->", 2 },
|
||||
{ "~", 4 }, { "~?", 4 },
|
||||
{ "|>", 5 }, { "&", 5 }, { "|", 5 },
|
||||
{ "==", 7 }, { "!=", 7 }, { ">=", 7 }, { "<=", 7 }, { "<", 7 }, { ">", 7 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue