mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Add _;
This commit is contained in:
parent
e7cfab524a
commit
f5382d2912
4 changed files with 8 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ common = {
|
|||
"_^_",
|
||||
"_._", "_!_",
|
||||
-- suffix unop
|
||||
"_;",
|
||||
"_!",
|
||||
-- special
|
||||
"()",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ local prefix_unops_prio = {
|
|||
[12] = { "&" }
|
||||
}
|
||||
local suffix_unops_prio = {
|
||||
[1] = {},
|
||||
[1] = { ";" },
|
||||
[2] = {},
|
||||
[3] = {},
|
||||
[4] = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue