rhai/tests
2021-02-25 13:29:49 +08:00
..
arrays.rs Streamline parsing. 2020-12-27 16:50:48 +08:00
assignments.rs More code refinements. 2020-12-29 10:41:20 +08:00
binary_ops.rs
bit_shift.rs
bool_op.rs
call_fn.rs Refine FuncArgs trait. 2021-01-28 15:29:55 +08:00
chars.rs
closures.rs Add function name to NativeCallContext. 2021-01-21 21:49:25 +08:00
comments.rs Rename set_doc_comments to enable_doc_comments. 2021-01-28 16:59:19 +08:00
compound_equality.rs
constants.rs Fix constant example. 2020-11-21 14:46:05 +08:00
data_size.rs
decrement.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
eval.rs Use eval_statements_block when at global. 2021-02-07 17:06:33 +08:00
expressions.rs Update URL links. 2021-01-07 17:30:06 +08:00
float.rs Add scientific notation to floats. 2021-02-11 19:20:30 +08:00
fn_ptr.rs Propagate source info. 2020-12-30 21:12:51 +08:00
for.rs Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
functions.rs Refine FuncArgs trait. 2021-01-28 15:29:55 +08:00
get_set.rs
if_block.rs
increment.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
internal_fn.rs Allow stacking ! operators. 2021-01-24 21:21:15 +08:00
looping.rs
maps.rs
math.rs Change trig functions to take/return radians. 2021-02-10 12:10:50 +08:00
method_call.rs
mismatched_op.rs Do not return default for comparisons between same types. 2021-02-25 10:59:11 +08:00
modules.rs Recursive self-contained AST. 2021-01-09 16:52:22 +08:00
native.rs Add threading example. 2021-01-25 11:31:54 +08:00
not.rs Allow stacking ! operators. 2021-01-24 21:21:15 +08:00
number_literals.rs
operations.rs Wrap eval errors in ErrorInFunctionCall. 2021-02-18 14:33:12 +08:00
ops.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
optimizer.rs Fix bug in optimizer. 2021-01-12 23:52:50 +08:00
packages.rs Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
plugins_register.rs
plugins_unroll.rs Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
plugins.rs Fix bug where plugin module parameters are consumed. 2021-01-23 09:37:27 +08:00
power_of.rs Use ** for power/exponentiation. 2021-02-10 12:41:27 +08:00
print.rs Fix no_object. 2021-02-23 19:31:43 +08:00
README.md
serde.rs Add Decimal number type. 2021-02-13 20:57:56 +08:00
side_effects.rs
stack.rs Fix call stack limits. 2020-12-29 12:29:45 +08:00
string.rs Build in operators between string and char. 2021-02-25 13:29:49 +08:00
switch.rs Expr::Switch -> Stmt::Switch. 2020-11-14 23:43:36 +08:00
syntax.rs Emphasize custom syntax are expressions. 2020-12-17 10:42:20 +08:00
throw.rs
time.rs
tokens.rs Enhance custom operators. 2020-12-26 23:21:09 +08:00
types.rs
unary_after_binary.rs
unary_minus.rs
unit.rs
var_scope.rs Encapsulate structures. 2020-12-14 23:05:13 +08:00
while_loop.rs do loop. 2020-11-20 22:23:37 +08:00

Tests

Rhai engine tests.

How to Run

cargo test