.. | ||
array.rhai | ||
assignment.rhai | ||
comments.rhai | ||
fibonacci.rhai | ||
for1.rhai | ||
for2.rhai | ||
function_decl1.rhai | ||
function_decl2.rhai | ||
function_decl3.rhai | ||
if1.rhai | ||
loop.rhai | ||
mat_mul.rhai | ||
oop.rhai | ||
op1.rhai | ||
op2.rhai | ||
op3.rhai | ||
primes.rhai | ||
README.md | ||
speed_test.rhai | ||
string.rhai | ||
strings_map.rhai | ||
while.rhai |
Testing Scripts
Testing scripts written in Rhai.
How to Run
Compile the rhai_runner
example:
cargo build --example rhai_runner
Run it:
./target/debug/examples/rhai_runner ./scripts/test_script_to_run.rhai