Crates.io | evscript |
lib.rs | evscript |
version | 0.1.0 |
source | src |
created_at | 2024-03-11 15:22:40.597822 |
updated_at | 2024-03-11 15:22:40.597822 |
description | An extensible bytecode-based scripting engine |
homepage | https://github.com/eievui5/evscript |
repository | https://github.com/eievui5/evscript |
max_upload_size | |
id | 1169529 |
size | 103,937 |
Some examples can be found in the scripts/
folder.
To install the latest release, just run cargo install evscript
.
return
is given a value, this could be copied to the very beginning of the script pool, as convienience
repeat
could name its index variable if given a second argument (such as repeat i, n
), similar to the common for (int i = 0; i < n; i++)
pattern that repeat
aims to replace.