.. |
bin
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
module
|
Change some inline(always) into inline.
|
2021-08-14 15:10:37 +08:00 |
packages
|
Add log10 for Decimal.
|
2021-08-17 15:50:56 +08:00 |
serde
|
Rename as_string and as_immutable_string.
|
2021-08-17 15:50:55 +08:00 |
ast.rs
|
Allow self-terminating custom syntax.
|
2021-08-17 15:50:56 +08:00 |
custom_syntax.rs
|
Fix bug in custom syntax starting with disabled stardard keyword.
|
2021-08-17 15:51:14 +08:00 |
deprecated.rs
|
Move deprecated functions into separate file.
|
2021-08-17 15:50:56 +08:00 |
dynamic.rs
|
Move deprecated functions into separate file.
|
2021-08-17 15:50:56 +08:00 |
engine_api.rs
|
Prevent spill-over of new variables in Engine::call_fn.
|
2021-08-17 23:24:41 +08:00 |
engine_settings.rs
|
Support $symbol$ in custom syntax.
|
2021-08-17 15:50:55 +08:00 |
engine.rs
|
Change some inline(always) into inline.
|
2021-08-14 15:10:37 +08:00 |
error_parsing.rs
|
Support $symbol$ in custom syntax.
|
2021-08-17 15:50:55 +08:00 |
error.rs
|
Change some inline(always) into inline.
|
2021-08-14 15:10:37 +08:00 |
fn_args.rs
|
Simplify FuncArgs::parse.
|
2021-06-29 21:47:55 +08:00 |
fn_builtin.rs
|
Change some #[inline(always)] to [#inline].
|
2021-07-10 11:06:13 +08:00 |
fn_call.rs
|
Rename as_string and as_immutable_string.
|
2021-08-17 15:50:55 +08:00 |
fn_func.rs
|
Code style refinements.
|
2021-05-29 18:33:29 +08:00 |
fn_hash.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
fn_native.rs
|
Use lower case for feature marker.
|
2021-07-25 22:56:05 +08:00 |
fn_ptr.rs
|
Improve FnPtr debug display.
|
2021-08-17 15:32:12 +08:00 |
fn_register.rs
|
Rename as_string and as_immutable_string.
|
2021-08-17 15:50:55 +08:00 |
immutable_string.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
lib.rs
|
Move deprecated functions into separate file.
|
2021-08-17 15:50:56 +08:00 |
optimize.rs
|
Better function parameter names.
|
2021-08-13 13:42:39 +08:00 |
parse.rs
|
Simplify code.
|
2021-08-17 18:14:16 +08:00 |
plugin.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |
scope.rs
|
Add Scope::set_or_push.
|
2021-08-17 15:51:14 +08:00 |
token.rs
|
Support $symbol$ in custom syntax.
|
2021-08-17 15:50:55 +08:00 |
unsafe.rs
|
Satisfy clippy.
|
2021-07-24 14:11:16 +08:00 |