mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Allow no expression in return
This commit is contained in:
parent
53c1c764ba
commit
f574e6a775
5 changed files with 25 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ local common = {
|
|||
operator_priority = {
|
||||
[";_"] = 1,
|
||||
["$_"] = 1,
|
||||
["@_"] = 2,
|
||||
["@_"] = 1,
|
||||
["_,_"] = 2,
|
||||
["_=_"] = 3,
|
||||
["_!_"] = 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue