operator-context.go: changed priPrePost with priIncDec
This commit is contained in:
parent
fcced6149f
commit
434ddee733
@ -11,7 +11,7 @@ func newContextTerm(tk *Token) (inst *term) {
|
||||
tk: *tk,
|
||||
children: make([]*term, 0, 1),
|
||||
position: posPrefix,
|
||||
priority: priPrePost,
|
||||
priority: priIncDec,
|
||||
evalFunc: evalContextValue,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user