rhai/tests
2020-11-11 13:25:45 +08:00
..
arrays.rs Update docs. 2020-10-19 14:26:15 +08:00
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Add test to make sure call_fn does not pollute scope. 2020-11-06 13:41:04 +08:00
chars.rs
closures.rs Implement namespaces chain. 2020-10-20 10:54:32 +08:00
comments.rs
compound_equality.rs
constants.rs Fix constant assignment. 2020-11-03 13:08:19 +08:00
data_size.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
decrement.rs
eval.rs
expressions.rs
float.rs Add f32_float feature. 2020-11-01 15:48:48 +08:00
fn_ptr.rs Fix error messages. 2020-11-11 13:25:45 +08:00
for.rs Map::keys and Map::values can be used method-call style. 2020-10-15 22:11:40 +08:00
functions.rs Minor cleanup before release. 2020-10-22 12:26:44 +08:00
get_set.rs Update docs. 2020-10-19 14:26:15 +08:00
if_block.rs
increment.rs
internal_fn.rs
looping.rs
maps.rs
math.rs
method_call.rs Update docs. 2020-10-19 14:26:15 +08:00
mismatched_op.rs Update docs. 2020-10-19 14:26:15 +08:00
modules.rs Allow multiple exports. 2020-11-09 14:38:33 +08:00
not.rs
number_literals.rs Enable dots on numbers to parse as method calls. 2020-09-23 22:48:28 +08:00
operations.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
ops.rs
optimizer.rs Reduce max call stack size for debug. 2020-10-08 23:00:01 +08:00
packages.rs Module:;eval_ast_as_new defaults to merging namespaces. 2020-10-03 11:42:54 +08:00
plugins_register.rs Revise docs. 2020-09-28 22:14:19 +08:00
plugins_unroll.rs Revise docs. 2020-09-28 22:14:19 +08:00
plugins.rs Refine code and docs. 2020-11-03 21:50:14 +08:00
power_of.rs Add f32_float feature. 2020-11-01 15:48:48 +08:00
print.rs
README.md Add README's. 2020-10-07 22:56:21 +08:00
serde.rs Fix serde test. 2020-10-10 14:15:23 +08:00
side_effects.rs
stack.rs Don't wrap system errors from function calls. 2020-10-28 14:10:46 +08:00
string.rs Add Dynamic::from(&str) 2020-10-06 21:25:05 +08:00
syntax.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
throw.rs Fix throw test. 2020-10-20 23:30:01 +08:00
time.rs Implement +/- operators for timestamp. 2020-09-26 19:45:33 +08:00
tokens.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
types.rs Add f32_float feature. 2020-11-01 15:48:48 +08:00
unary_after_binary.rs
unary_minus.rs Implement variable resolver. 2020-10-11 21:58:11 +08:00
unit.rs
var_scope.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
while_loop.rs

Tests

Rhai engine tests.

How to Run

cargo test