.. | ||
arrays.rs | ||
assignments.rs | ||
binary_ops.rs | ||
bit_shift.rs | ||
bool_op.rs | ||
call_fn.rs | ||
chars.rs | ||
closures.rs | ||
comments.rs | ||
compound_equality.rs | ||
constants.rs | ||
data_size.rs | ||
decrement.rs | ||
eval.rs | ||
expressions.rs | ||
float.rs | ||
fn_ptr.rs | ||
for.rs | ||
functions.rs | ||
get_set.rs | ||
if_block.rs | ||
increment.rs | ||
internal_fn.rs | ||
looping.rs | ||
maps.rs | ||
math.rs | ||
method_call.rs | ||
mismatched_op.rs | ||
modules.rs | ||
not.rs | ||
number_literals.rs | ||
operations.rs | ||
ops.rs | ||
optimizer.rs | ||
packages.rs | ||
plugins_register.rs | ||
plugins_unroll.rs | ||
plugins.rs | ||
power_of.rs | ||
print.rs | ||
README.md | ||
serde.rs | ||
side_effects.rs | ||
stack.rs | ||
string.rs | ||
switch.rs | ||
syntax.rs | ||
throw.rs | ||
time.rs | ||
tokens.rs | ||
types.rs | ||
unary_after_binary.rs | ||
unary_minus.rs | ||
unit.rs | ||
var_scope.rs | ||
while_loop.rs |
Tests
Rhai engine tests.
How to Run
cargo test