Adjust precedence of in.

This commit is contained in:
Stephen Chung
2020-10-13 16:01:42 +08:00
parent 9dceeaf114
commit 13c4d0bbb3
3 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ Breaking changes
* New reserved symbols: `++`, `--`, `..`, `...`.
* Callback signature for custom syntax implementation function is changed to allow for more flexibility.
* Default call stack depth for `debug` builds is reduced to 12 (from 16).
* Precedence for `~` and `%` is raised.
* Precedence for `~` is raised, while `in` is moved below logic comparison operators.
New features
------------