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

[language] add +_ operator

This commit is contained in:
Étienne Fildadut 2024-01-19 14:35:18 +01:00
parent 9b05bc143b
commit 7e29fb87b4
4 changed files with 12 additions and 0 deletions

View file

@ -34,6 +34,7 @@ local common = {
prefixes = {
{ ">", 4 }, -- just above _=_
{ "!", 11 },
{ "+", 11 },
{ "-", 11 },
{ "*", 11 },
{ "%", 11 },