rhai/tests
2021-03-08 15:30:32 +08:00
..
arrays.rs
assignments.rs
binary_ops.rs Implement built-in operators with macros. 2021-03-03 21:46:48 +08:00
bit_shift.rs Revise function hashing. 2021-03-08 15:30:32 +08:00
bool_op.rs
call_fn.rs No more pub_only. 2021-03-01 15:39:49 +08:00
chars.rs
closures.rs Fix bug when passing shared string variable to &str parameter. 2021-03-06 10:44:55 +08:00
comments.rs Rename set_doc_comments to enable_doc_comments. 2021-01-28 16:59:19 +08:00
compound_equality.rs
constants.rs Disallow overriding keywords. 2021-03-01 22:44:56 +08:00
data_size.rs
decrement.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
eval.rs Keyword can no longer be overloaded. 2021-03-01 17:17:13 +08:00
expressions.rs Update URL links. 2021-01-07 17:30:06 +08:00
float.rs Add scientific notation to floats. 2021-02-11 19:20:30 +08:00
fn_ptr.rs Propagate source info. 2020-12-30 21:12:51 +08:00
for.rs Fix range overflow panics. 2021-03-04 23:47:52 +08:00
functions.rs Refine FuncArgs trait. 2021-01-28 15:29:55 +08:00
get_set.rs
if_block.rs
increment.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
internal_fn.rs Allow stacking ! operators. 2021-01-24 21:21:15 +08:00
looping.rs
maps.rs
math.rs Change trig functions to take/return radians. 2021-02-10 12:10:50 +08:00
method_call.rs
mismatched_op.rs Do not return default for comparisons between same types. 2021-02-25 10:59:11 +08:00
modules.rs Do not flatten arguments passed by value. 2021-03-06 21:25:49 +08:00
native.rs Make RhaiResult internal. 2021-03-03 22:49:29 +08:00
not.rs Allow stacking ! operators. 2021-01-24 21:21:15 +08:00
number_literals.rs
operations.rs Wrap eval errors in ErrorInFunctionCall. 2021-02-18 14:33:12 +08:00
ops.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
optimizer.rs Fix bug in optimizer. 2021-01-12 23:52:50 +08:00
packages.rs
plugins_register.rs
plugins_unroll.rs
plugins.rs Make RhaiResult internal. 2021-03-03 22:49:29 +08:00
power_of.rs Use ** for power/exponentiation. 2021-02-10 12:41:27 +08:00
print.rs Fix no_object. 2021-02-23 19:31:43 +08:00
README.md
serde.rs Fix metadata build. 2021-03-05 23:56:00 +08:00
side_effects.rs Replace String::from("...") with "...".into(). 2021-02-26 11:21:05 +08:00
stack.rs Fix call stack limits. 2020-12-29 12:29:45 +08:00
string.rs Revise function hashing. 2021-03-08 15:30:32 +08:00
switch.rs Fix switch of non-hashable value. 2021-03-05 10:33:48 +08:00
syntax.rs
throw.rs
time.rs
tokens.rs
types.rs Disallow overriding keywords. 2021-03-01 22:44:56 +08:00
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs Disallow overriding keywords. 2021-03-01 22:44:56 +08:00
while_loop.rs

Tests

Rhai engine tests.

How to Run

cargo test