Allow custom syntax inside binary operator expressions.

This commit is contained in:
Stephen Chung
2021-12-16 16:06:44 +08:00
parent 93e3c4c10a
commit 224aa0ea68
6 changed files with 71 additions and 37 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 1.3.1
=============
Bug fixes
---------
* Custom syntax now works properly inside binary expressions.
Enhancements
------------