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

@@ -12,6 +12,7 @@ use rhai::Array;
use rhai::Map;
#[cfg(not(feature = "no_float"))]
use rhai::FLOAT;
#[cfg(not(feature = "no_float"))]
#[cfg(feature = "decimal")]
use rust_decimal::Decimal;