.. |
arrays.rs
|
Add test for capturing closures in array method.
|
2021-11-23 22:56:31 +08:00 |
assignments.rs
|
|
|
binary_ops.rs
|
|
|
bit_shift.rs
|
|
|
blobs.rs
|
Add blobs.
|
2021-11-23 14:58:54 +08:00 |
bool_op.rs
|
Catch more parse errors.
|
2021-07-04 00:15:27 +08:00 |
call_fn.rs
|
Add FnPtr::call_within_context.
|
2021-11-29 12:43:59 +08:00 |
chars.rs
|
|
|
closures.rs
|
Add FnPtr::call_within_context.
|
2021-11-29 12:43:59 +08:00 |
comments.rs
|
|
|
compound_equality.rs
|
|
|
constants.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
custom_syntax.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
data_size.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
decrement.rs
|
|
|
eval.rs
|
|
|
expressions.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
float.rs
|
|
|
fn_ptr.rs
|
Minor refactor.
|
2021-12-02 12:49:46 +08:00 |
for.rs
|
|
|
functions.rs
|
Add FnPtr::call_within_context.
|
2021-11-29 12:43:59 +08:00 |
get_set.rs
|
Merge branch 'bug-fixes'
|
2021-09-28 16:55:33 +08:00 |
if_block.rs
|
|
|
increment.rs
|
|
|
internal_fn.rs
|
Use actual outer scope for function-bang calls.
|
2021-11-14 22:48:57 +08:00 |
looping.rs
|
|
|
maps.rs
|
|
|
math.rs
|
|
|
method_call.rs
|
|
|
mismatched_op.rs
|
|
|
modules.rs
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
native.rs
|
Remove volatile warnings for types and functions exposed unter internals.
|
2021-11-28 22:03:02 +08:00 |
not.rs
|
|
|
number_literals.rs
|
|
|
operations.rs
|
|
|
ops.rs
|
|
|
optimizer.rs
|
Remove fields and parameters under no_function.
|
2021-11-29 09:43:35 +08:00 |
options.rs
|
Add strict variables mode.
|
2021-12-04 17:57:28 +08:00 |
packages.rs
|
|
|
plugins_register.rs
|
|
|
plugins_unroll.rs
|
|
|
plugins.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
power_of.rs
|
|
|
print.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
README.md
|
|
|
serde.rs
|
Support deserialization into byte arrays for BLOB's via serde_bytes.
|
2021-12-02 14:10:53 +08:00 |
side_effects.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |
stack.rs
|
Add test for parsing overflow.
|
2021-10-18 16:40:54 +08:00 |
string.rs
|
Add pop to string.
|
2021-09-20 16:25:23 +08:00 |
switch.rs
|
General code fixups.
|
2021-07-04 16:40:15 +08:00 |
throw.rs
|
Fix bug in catch error variable.
|
2021-09-03 10:05:58 +08:00 |
time.rs
|
|
|
tokens.rs
|
|
|
types.rs
|
|
|
unary_after_binary.rs
|
|
|
unary_minus.rs
|
|
|
unit.rs
|
|
|
var_scope.rs
|
|
|
while_loop.rs
|
Change Engine::consume_XXX to Engine::run_XXX.
|
2021-08-17 15:50:56 +08:00 |