rhai/tests
2022-08-09 18:18:41 +08:00
..
arrays.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
assignments.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
binary_ops.rs Add null coalescing operator. 2022-06-10 11:22:33 +08:00
bit_fields.rs Fix test for only_i32. 2022-01-14 23:19:27 +08:00
blobs.rs Minor refactor. 2022-03-09 09:25:55 +08:00
bool_op.rs
build_type.rs Add with_iterator to TypeBuilder. 2022-08-09 18:18:41 +08:00
call_fn.rs Add function pointer short-hand. 2022-08-05 23:30:44 +08:00
chars.rs
closures.rs Fix bug with capturing undefined variable. 2022-07-29 09:43:40 +08:00
comments.rs Change eval<()> to run. 2022-01-10 13:26:33 +08:00
compound_equality.rs
constants.rs Simplify using .. 2022-02-08 09:02:15 +08:00
custom_syntax.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
data_size.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
debugging.rs Allow initialization of EvalState tag and separate debugger state into separate variable. 2022-05-21 21:44:12 +08:00
decrement.rs
eval.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
expressions.rs
float.rs
fn_ptr.rs Add function pointer short-hand. 2022-08-05 23:30:44 +08:00
for.rs
functions.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
get_set.rs Support Elvis operator. 2022-06-10 10:26:06 +08:00
if_block.rs
increment.rs
internal_fn.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
looping.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
maps.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
math.rs Simplify using .. 2022-02-08 09:02:15 +08:00
method_call.rs Fix bug with eager optimization of method calls. 2022-03-04 12:22:44 +08:00
mismatched_op.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
modules.rs Fix tests. 2022-05-21 11:57:23 +08:00
native.rs
not.rs
number_literals.rs
operations.rs Use .. for (_). 2022-02-08 09:46:14 +08:00
ops.rs Simplify using .. 2022-02-08 09:02:15 +08:00
optimizer.rs Add module documentation. 2022-07-25 13:40:23 +08:00
options.rs Fix tests. 2022-08-05 23:45:40 +08:00
packages.rs
plugins_register.rs
plugins_unroll.rs Refactor wasm feature gates. 2022-01-04 22:16:20 +08:00
plugins.rs Check for missing docs. 2022-06-05 18:17:44 +08:00
power_of.rs
print.rs
README.md
serde.rs Fix no_object build. 2022-05-23 22:58:15 +08:00
side_effects.rs
stack.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
string.rs Fix bug in constant interpolated string. 2022-07-29 10:49:03 +08:00
switch.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
throw.rs Simplify using .. 2022-02-08 09:02:15 +08:00
time.rs Use target_family for wasm. 2022-01-12 08:12:28 +08:00
tokens.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
types.rs
unary_after_binary.rs
unary_minus.rs
unit.rs Add Token::Unit. 2022-04-21 10:04:46 +08:00
var_scope.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
while_loop.rs

Tests

Rhai engine tests.

How to Run

cargo test