rhai/tests
2020-10-08 23:00:01 +08:00
..
arrays.rs Fix op-assignment overrides. 2020-09-21 16:15:52 +08:00
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Allow module access in closures. 2020-08-22 22:44:24 +08:00
chars.rs
closures.rs Add external closure test. 2020-08-23 16:29:15 +08:00
comments.rs
compound_equality.rs Fix bug in right-shifts. 2020-08-23 18:04:19 +08:00
constants.rs Add is_def_XXX tests. 2020-10-03 21:59:19 +08:00
data_size.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
decrement.rs
eval.rs
expressions.rs
float.rs Add parse_int and parse_float. 2020-09-23 12:00:03 +08:00
fn_ptr.rs Unbounded -> unbound. 2020-07-30 23:29:11 +08:00
for.rs
functions.rs Add is_def_XXX tests. 2020-10-03 21:59:19 +08:00
get_set.rs
if_block.rs
increment.rs
internal_fn.rs
looping.rs Simply test error matching. 2020-08-08 16:03:14 +08:00
maps.rs Handle #{ in Engine::parse_json, restrict to object hashes only. 2020-08-18 23:07:17 +08:00
math.rs Add parse_int and parse_float. 2020-09-23 12:00:03 +08:00
method_call.rs
mismatched_op.rs
modules.rs Module:;eval_ast_as_new defaults to merging namespaces. 2020-10-03 11:42:54 +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
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 Module:;eval_ast_as_new defaults to merging namespaces. 2020-10-03 11:42:54 +08:00
power_of.rs
print.rs
README.md Add README's. 2020-10-07 22:56:21 +08:00
serde.rs
side_effects.rs Fix tests. 2020-08-06 00:24:25 +08:00
stack.rs Reduce max call stack size for debug. 2020-10-08 23:00:01 +08:00
string.rs Add Dynamic::from(&str) 2020-10-06 21:25:05 +08:00
syntax.rs Merge data type mismatch errors. 2020-10-05 13:45:57 +08:00
throw.rs
time.rs Implement +/- operators for timestamp. 2020-09-26 19:45:33 +08:00
tokens.rs Refine unicode-xid-ident feature writeup. 2020-07-29 13:57:17 +08:00
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