rhai/tests
2022-12-27 10:09:40 +08:00
..
arrays.rs Fix array bug. 2022-12-26 22:05:29 +08:00
assignments.rs
binary_ops.rs Allow negative shift bits. 2022-12-18 14:51:38 +08:00
bit_fields.rs
blobs.rs
bool_op.rs
build_type.rs Refine inlining. 2022-09-28 12:06:22 +08:00
call_fn.rs Refine auto_restore syntax. 2022-12-04 22:47:10 +08:00
chars.rs
closures.rs Use bitflags. 2022-11-23 11:36:30 +08:00
comments.rs Fix test. 2022-12-03 10:50:58 +08:00
compound_equality.rs
constants.rs Fix tests. 2022-10-27 22:08:47 +08:00
custom_syntax.rs Fix builds. 2022-11-23 17:23:54 +08:00
data_size.rs Allow string interpolation to work with no packages. 2022-12-27 10:09:40 +08:00
debugging.rs Change debugger init signature. 2022-11-25 13:20:03 +08:00
decrement.rs
eval.rs
expressions.rs Allow closures in parse expressions. 2022-12-06 21:41:38 +08:00
float.rs
fn_ptr.rs
for.rs Fix test again. 2022-10-29 14:12:09 +08:00
functions.rs
get_set.rs
if_block.rs
increment.rs
internal_fn.rs
looping.rs Add !in. 2022-11-30 14:11:09 +08:00
maps.rs Add parse_json. 2022-09-29 22:46:59 +08:00
math.rs
method_call.rs
mismatched_op.rs Add ParseError:err_type and ParseError::position. 2022-07-29 09:42:30 +08:00
modules.rs Add storage API for NativeCallContext. 2022-11-07 16:19:10 +08:00
native.rs
not.rs
number_literals.rs
operations.rs Refactor. 2022-09-25 12:24:03 +08:00
ops.rs
optimizer.rs Use ImmutableString for source. 2022-10-29 14:12:18 +08:00
options.rs
packages.rs
plugins_register.rs
plugins_unroll.rs
plugins.rs Fix tests. 2022-10-27 22:08:47 +08:00
power_of.rs
print.rs Refactor. 2022-09-25 12:24:03 +08:00
README.md
serde.rs Deserialize large numbers. 2022-11-23 16:13:57 +08:00
side_effects.rs
stack.rs Refine expression nesting level. 2022-12-08 17:18:40 +08:00
string.rs Allow string interpolation to work with no packages. 2022-12-27 10:09:40 +08:00
switch.rs Fix tests. 2022-10-16 12:07:47 +08:00
throw.rs Add Dynamic::is_XXX API. 2022-11-09 12:44:57 +08:00
time.rs Fix test. 2022-10-18 16:54:26 +08:00
tokens.rs
types.rs
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs Refactor. 2022-09-25 12:24:03 +08:00
while_loop.rs Add loop expressions. 2022-10-29 12:09:18 +08:00

Tests

Rhai engine tests.

How to Run

cargo test