1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 09:09:31 +00:00

Remove -> operator

This commit is contained in:
Étienne Fildadut 2024-01-01 14:11:18 +01:00
parent 1eceadafc6
commit 18dd3ad6bd
6 changed files with 10 additions and 27 deletions

View file

@ -43,7 +43,7 @@ local common = {
},
infixes = {
{ ";", 1 },
{ "#", 2 }, { "->", 2 }, { "~>", 2 },
{ "#", 2 }, { "->", 2 },
{ "~", 4 }, { "~?", 4 },
{ "|>", 5 }, { "&", 5 }, { "|", 5 },
{ "==", 7 }, { "!=", 7 }, { ">=", 7 }, { "<=", 7 }, { "<", 7 }, { ">", 7 },