rhai/tests
Stephen Chung f8b36a470a Fix test.
2021-01-09 16:57:21 +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 Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bit_shift.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
bool_op.rs Optimize in-place. 2020-11-12 12:37:42 +08:00
call_fn.rs Code enhancements. 2020-12-26 13:05:57 +08:00
chars.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
closures.rs Fix closure property access. 2020-12-27 11:50:24 +08:00
comments.rs Add Engine::disable_doc_comments and smarter doc-comments treatment. 2020-12-20 20:05:23 +08:00
compound_equality.rs Fix bug in right-shifts. 2020-08-23 18:04:19 +08:00
constants.rs Fix constant example. 2020-11-21 14:46:05 +08:00
data_size.rs Add constant NO_POS. 2020-11-02 12:50:27 +08:00
decrement.rs Add support for String in function parameters. 2020-07-13 13:40:51 +08:00
eval.rs Prefer Engine::disable_symbol to disable eval. 2020-11-21 15:08:18 +08:00
expressions.rs Update URL links. 2021-01-07 17:30:06 +08:00
float.rs Allow floating point numbers ending in a period. 2020-11-23 22:51:21 +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 Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
get_set.rs Update docs. 2020-10-19 14:26:15 +08:00
if_block.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
increment.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
internal_fn.rs Disallow duplicated function definitions. 2021-01-03 20:54:08 +08:00
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 Update docs. 2020-10-19 14:26:15 +08:00
mismatched_op.rs Update docs. 2020-10-19 14:26:15 +08:00
modules.rs Recursive self-contained AST. 2021-01-09 16:52:22 +08:00
not.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
number_literals.rs Enable dots on numbers to parse as method calls. 2020-09-23 22:48:28 +08:00
operations.rs on_progress takes u64. 2020-12-12 10:10:27 +08:00
ops.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
optimizer.rs Code cleanup. 2020-12-28 09:49:54 +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 Revise docs. 2020-09-28 22:14:19 +08:00
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 Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
power_of.rs Add f32_float feature. 2020-11-01 15:48:48 +08:00
print.rs Fix test. 2021-01-09 16:57:21 +08:00
README.md Add README's. 2020-10-07 22:56:21 +08:00
serde.rs Fix serde test. 2020-10-10 14:15:23 +08:00
side_effects.rs Fix tests. 2020-08-06 00:24:25 +08:00
stack.rs Fix call stack limits. 2020-12-29 12:29:45 +08:00
string.rs Add Dynamic::from(&str) 2020-10-06 21:25:05 +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 Fix throw test. 2020-10-20 23:30:01 +08:00
time.rs Implement +/- operators for timestamp. 2020-09-26 19:45:33 +08:00
tokens.rs Enhance custom operators. 2020-12-26 23:21:09 +08:00
types.rs Add f32_float feature. 2020-11-01 15:48:48 +08:00
unary_after_binary.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
unary_minus.rs Implement variable resolver. 2020-10-11 21:58:11 +08:00
unit.rs Make all public API's return Box<EvalAltResult> to reduce footprint. 2020-04-21 23:25:12 +08:00
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