.. |
arrays.rs
|
Support for trailing commas.
|
2020-06-16 22:14:46 +08:00 |
binary_ops.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
bit_shift.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
bool_op.rs
|
OOP support.
|
2020-06-26 10:39:18 +08:00 |
call_fn.rs
|
Refine currying docs.
|
2020-07-23 15:49:09 +08:00 |
chars.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
comments.rs
|
Make Engine reentrant to prepare for parallel execution.
|
2020-04-07 13:23:06 +08:00 |
compound_equality.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
constants.rs
|
Refine position display in error messages.
|
2020-06-12 18:04:16 +08:00 |
data_size.rs
|
Fix features.
|
2020-07-01 22:21:43 +08:00 |
decrement.rs
|
Add support for String in function parameters.
|
2020-07-13 13:40:51 +08:00 |
eval.rs
|
Use scope offset for variable access.
|
2020-04-28 23:05:03 +08:00 |
expressions.rs
|
Refine position display in error messages.
|
2020-06-12 18:04:16 +08:00 |
float.rs
|
More tests.
|
2020-05-28 14:08:21 +08:00 |
fn_ptr.rs
|
Add currying support.
|
2020-07-22 23:12:09 +08:00 |
for.rs
|
Fix features.
|
2020-07-01 22:21:43 +08:00 |
functions.rs
|
Enable call in function-call style.
|
2020-07-16 12:09:31 +08:00 |
get_set.rs
|
Implement index setters.
|
2020-06-06 13:06:00 +08:00 |
if_block.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
increment.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
internal_fn.rs
|
Support for trailing commas.
|
2020-06-16 22:14:46 +08:00 |
looping.rs
|
Refine docs and tests.
|
2020-07-06 16:20:03 +08:00 |
maps.rs
|
Add custom syntax.
|
2020-07-09 19:54:28 +08:00 |
math.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
method_call.rs
|
Make API chainable.
|
2020-07-12 11:46:53 +08:00 |
mismatched_op.rs
|
Make API chainable.
|
2020-07-12 11:46:53 +08:00 |
modules.rs
|
Improve treatment of disabled symbols and custom symbols.
|
2020-07-17 14:50:23 +08:00 |
not.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
number_literals.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
operations.rs
|
Add maximum data size limits.
|
2020-06-14 14:25:47 +08:00 |
ops.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
optimizer.rs
|
Remove modules from Scope and use separate stack.
|
2020-06-27 23:56:24 +08:00 |
power_of.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
print.rs
|
Make API chainable.
|
2020-07-12 11:46:53 +08:00 |
serde.rs
|
Make consistent style.
|
2020-07-06 21:52:07 +08:00 |
side_effects.rs
|
Refine side_effects test.
|
2020-06-22 09:46:36 +08:00 |
stack.rs
|
Refine position display in error messages.
|
2020-06-12 18:04:16 +08:00 |
string.rs
|
Add support for String in function parameters.
|
2020-07-13 13:40:51 +08:00 |
syntax.rs
|
Enable custom syntax without internals.
|
2020-07-22 17:05:13 +08:00 |
throw.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
time.rs
|
Remove wasm64 target.
|
2020-06-17 16:49:51 +08:00 |
tokens.rs
|
Improve treatment of disabled symbols and custom symbols.
|
2020-07-17 14:50:23 +08:00 |
types.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
unary_after_binary.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
unary_minus.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
unit.rs
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
var_scope.rs
|
Refine docs and tests.
|
2020-07-06 16:20:03 +08:00 |
while_loop.rs
|
Refine docs and tests.
|
2020-07-06 16:20:03 +08:00 |