rhai/tests
2022-01-10 13:29:22 +08:00
..
arrays.rs Add more tests. 2022-01-09 17:26:46 +08:00
assignments.rs
binary_ops.rs
bit_shift.rs Add ranges. 2021-12-15 12:06:17 +08:00
blobs.rs Fix blob test. 2021-12-31 19:34:43 +08:00
bool_op.rs
call_fn.rs Add test for call_fn_raw. 2021-12-19 23:22:14 +08:00
chars.rs
closures.rs
comments.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
compound_equality.rs
constants.rs
custom_syntax.rs Fix builds. 2021-12-18 17:59:32 +08:00
data_size.rs Add missing data size check. 2022-01-08 23:23:43 +08:00
decrement.rs
eval.rs Add tests. 2021-12-30 12:23:35 +08:00
expressions.rs
float.rs
fn_ptr.rs
for.rs Fix builds. 2021-12-31 18:55:48 +08:00
functions.rs Add tests. 2021-12-30 12:23:35 +08:00
get_set.rs
if_block.rs
increment.rs
internal_fn.rs
looping.rs
maps.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
math.rs
method_call.rs
mismatched_op.rs
modules.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
native.rs
not.rs
number_literals.rs Fix bug in hex parsing for negative numbers. 2021-12-18 17:07:30 +08:00
operations.rs Add test for literal operations. 2022-01-10 13:29:22 +08:00
ops.rs Fix test. 2022-01-05 13:24:52 +08:00
optimizer.rs Remove Option from source and use empty string as no source. 2022-01-01 17:20:00 +08:00
options.rs
packages.rs
plugins_register.rs
plugins_unroll.rs Refactor wasm feature gates. 2022-01-04 22:16:20 +08:00
plugins.rs Refactor wasm feature gates. 2022-01-04 22:16:20 +08:00
power_of.rs
print.rs
README.md
serde.rs Merge branch 'v1.3-fixes' 2021-12-16 16:10:39 +08:00
side_effects.rs
stack.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
string.rs Add "" and `` in string literals. 2021-12-09 13:34:51 +08:00
switch.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
throw.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
time.rs Refactor wasm feature gates. 2022-01-04 22:16:20 +08:00
tokens.rs Allow non-custom reserved symbols in custom syntax. 2021-12-16 18:01:49 +08:00
types.rs
unary_after_binary.rs
unary_minus.rs
unit.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
var_scope.rs
while_loop.rs

Tests

Rhai engine tests.

How to Run

cargo test