.. |
bin
|
Fix builds.
|
2021-04-04 15:06:13 +08:00 |
module
|
Fix bug in property setter op-assignment.
|
2021-04-03 11:12:35 +08:00 |
packages
|
Add function for string + char.
|
2021-04-05 00:10:08 +08:00 |
serde
|
Allow cross-loading of relative file paths in FileModuleResolver.
|
2021-04-02 12:34:39 +08:00 |
ast.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
dynamic.rs
|
Add Dynamic::clone_cast.
|
2021-03-30 18:57:16 +08:00 |
engine_api.rs
|
Add external control interface for tokenizer.
|
2021-04-04 23:08:27 +08:00 |
engine_settings.rs
|
Implement string functions with to_string/to_debug.
|
2021-04-02 19:26:55 +08:00 |
engine.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
fn_args.rs
|
Revise using string interpolation.
|
2021-04-04 23:22:45 +08:00 |
fn_builtin.rs
|
Change Map keys to Identifier.
|
2021-03-29 17:14:22 +08:00 |
fn_call.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
fn_func.rs
|
Allow non-Dynamic in return_raw.
|
2021-03-22 11:18:09 +08:00 |
fn_native.rs
|
Allow cross-loading of relative file paths in FileModuleResolver.
|
2021-04-02 12:34:39 +08:00 |
fn_register.rs
|
Allow cross-loading of relative file paths in FileModuleResolver.
|
2021-04-02 12:34:39 +08:00 |
lib.rs
|
Fix builds.
|
2021-04-05 00:05:56 +08:00 |
optimize.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
parse_error.rs
|
Rename FnWrongDefinition to WrongFnDefinition.
|
2021-03-30 11:39:00 +08:00 |
parser.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
plugin.rs
|
Use static array for codegen parameters info.
|
2021-03-25 14:02:50 +08:00 |
result.rs
|
Remove EvalAltResult::ErrorInExpr.
|
2021-03-09 19:13:26 +08:00 |
scope.rs
|
Extract Identifier type.
|
2021-03-29 11:36:02 +08:00 |
stdlib.rs
|
Change HashMap to BTreeMap.
|
2021-03-23 12:13:53 +08:00 |
syntax.rs
|
Optimize position in variable access.
|
2021-04-05 23:59:15 +08:00 |
token.rs
|
Store short index in variable access.
|
2021-04-05 23:06:48 +08:00 |
unsafe.rs
|
Allow non-Dynamic in return_raw.
|
2021-03-22 11:18:09 +08:00 |
utils.rs
|
Change to no_smartstring feature.
|
2021-03-29 17:13:54 +08:00 |