rhai/src
2021-12-04 17:57:28 +08:00
..
api Add strict variables mode. 2021-12-04 17:57:28 +08:00
bin Reduce usage of Default::default() to make it easier to refactor. 2021-11-07 18:12:37 +08:00
func Minor refactor. 2021-12-02 12:49:46 +08:00
module Add low-level warnings. 2021-11-29 13:12:47 +08:00
packages Add FnPtr::call_within_context. 2021-11-29 12:43:59 +08:00
serde Fix builds. 2021-12-02 17:46:39 +08:00
types Add strict variables mode. 2021-12-04 17:57:28 +08:00
ast.rs Move AST::new() and AST::new_with_source() to internals. 2021-11-29 10:58:46 +08:00
custom_syntax.rs Minor refactor. 2021-12-02 12:49:46 +08:00
engine.rs Add language options. 2021-12-03 11:16:35 +08:00
lib.rs Add language options. 2021-12-03 11:16:35 +08:00
optimizer.rs Do not construct function pointer for invalid function names. 2021-12-02 12:49:57 +08:00
parser.rs Add strict variables mode. 2021-12-04 17:57:28 +08:00
tests.rs Add language options. 2021-12-03 11:16:35 +08:00
tokenizer.rs Remove fields and parameters under no_function. 2021-11-29 09:43:35 +08:00
unsafe.rs Use #[inline(always)] only when relatively certain. 2021-10-21 17:26:43 +08:00