Stephen Chung
|
3c2e031883
|
Use variable interpolation for println!.
|
2022-10-27 13:38:21 +08:00 |
|
Stephen Chung
|
3f8f0b250f
|
Add comments to examples.
|
2022-02-12 12:41:04 +08:00 |
|
Stephen Chung
|
f0e9d4a557
|
Use run and i64 instead of eval and INT for examples.
|
2022-01-11 22:12:46 +08:00 |
|
Stephen Chung
|
03c31a969a
|
Refine examples.
|
2021-02-20 23:46:25 +08:00 |
|
Stephen Chung
|
69733688bf
|
Make all public API's return Box<EvalAltResult> to reduce footprint.
|
2020-04-21 23:25:12 +08:00 |
|
Stephen Chung
|
e795a50ae2
|
Make Engine reentrant to prepare for parallel execution.
|
2020-04-07 13:23:06 +08:00 |
|
Stephen Chung
|
060a61fc9d
|
Use INT in examples instead of i64.
|
2020-03-24 09:49:08 +08:00 |
|
Stephen Chung
|
560da5fdc6
|
Allow call_fn with only one parameter; consume can retain functions, eval cannot.
|
2020-03-12 14:54:14 +08:00 |
|
Stephen Chung
|
bae9946291
|
Allow engine to retain functions across runs.
|
2020-03-10 09:30:12 +08:00 |
|
Stephen Chung
|
63482d5a79
|
Use ? operator for examples.
|
2020-03-09 16:54:43 +08:00 |
|
timfish
|
82fd20b2b1
|
Rust 2018
|
2019-09-18 11:21:07 +01:00 |
|
Lukáš Hozda
|
5edcfc2156
|
minor refactor
|
2017-12-21 12:28:59 +01:00 |
|
torkleyy
|
f09545921f
|
Rewrite Rhai function dispatching
|
2017-12-20 12:16:14 +01:00 |
|
Lukáš Hozda
|
a1e92d006c
|
clippy refactoring
|
2017-10-02 23:44:45 +02:00 |
|
Lukáš Hozda
|
6cadf25221
|
update examples to use let instead of var
|
2017-10-02 09:51:45 +02:00 |
|
jonathandturner
|
b9ea072d6a
|
Add support for character constants
|
2016-04-13 18:40:06 -07:00 |
|
jonathandturner
|
cfac566425
|
Remove unbox/cast step in eval
|
2016-03-16 18:32:05 -04:00 |
|
jonathandturner
|
254f4b081c
|
Simplified function registration to not require explicit coercion step. Simplified eval to take &str instead of String
|
2016-03-16 18:07:08 -04:00 |
|
jonathandturner
|
fbf81ff651
|
Add Scope to API. Move todo to github
|
2016-03-04 08:45:43 -05:00 |
|