mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 17:19:31 +00:00
[language] Remove _|>_ operator, replace with *_
This commit is contained in:
parent
51eff0627f
commit
87afa51baa
26 changed files with 86 additions and 98 deletions
|
|
@ -43,7 +43,7 @@ local common = {
|
|||
infixes = {
|
||||
{ ";", 1 },
|
||||
{ "#", 2 }, { "->", 2 },
|
||||
{ "|>", 5 }, { "&", 5 }, { "|", 5 },
|
||||
{ "&", 5 }, { "|", 5 },
|
||||
{ "==", 6 }, { "!=", 6 }, { ">=", 6 }, { "<=", 6 }, { "<", 6 }, { ">", 6 },
|
||||
{ "+", 7 }, { "-", 7 },
|
||||
{ "//", 8 }, { "/", 8 }, { "*", 8 }, { "%", 8 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue