Stephen Chung
|
426055d4d3
|
Update rustyline.
|
2023-02-20 10:06:26 +08:00 |
|
Stephen Chung
|
eb5b15e954
|
Capture global module docs in JSON.
|
2022-12-01 23:35:26 +08:00 |
|
Stephen Chung
|
f458f18ffa
|
Refine error message.
|
2022-11-27 22:35:17 +08:00 |
|
Stephen Chung
|
fcc7589ffc
|
Refine error display.
|
2022-11-27 18:00:02 +08:00 |
|
Stephen Chung
|
ce046422f0
|
Add Dynamic::is_XXX API.
|
2022-11-09 12:44:57 +08:00 |
|
Stephen Chung
|
6af66d3ed3
|
Code cleanup.
|
2022-10-29 10:40:07 +08:00 |
|
Stephen Chung
|
4100645512
|
Move pure checking out of functions.
|
2022-10-27 20:42:10 +08:00 |
|
Stephen Chung
|
3c2e031883
|
Use variable interpolation for println!.
|
2022-10-27 13:38:21 +08:00 |
|
Stephen Chung
|
d6b0f99781
|
Refactor.
|
2022-10-10 16:46:35 +08:00 |
|
Stephen Chung
|
2f02b30b6e
|
Use String::new() for empty strings.
|
2022-08-21 17:35:44 +08:00 |
|
Stephen Chung
|
be448dfe4d
|
Use identifiers in format!
|
2022-08-11 19:01:23 +08:00 |
|
Stephen Chung
|
39dee556c4
|
Clean up clippy.
|
2022-07-27 16:04:24 +08:00 |
|
Stephen Chung
|
107193e35f
|
Update rustyline to 10.
|
2022-07-17 18:49:12 +08:00 |
|
Stephen Chung
|
c2a796f9c2
|
Replace Scope display code.
|
2022-04-23 11:53:34 +08:00 |
|
Stephen Chung
|
06608affc5
|
Fix rustyline patch.
|
2022-04-11 16:32:23 +08:00 |
|
Stephen Chung
|
2b10c33b81
|
Write JSON metadata to file for repl.
|
2022-03-26 18:19:42 +08:00 |
|
Stephen Chung
|
6acc486e00
|
Revise keys for Windows vs Unix
|
2022-02-09 08:39:33 +08:00 |
|
Stephen Chung
|
c64fc6f523
|
No astu under no_optimize.
|
2022-02-08 22:30:48 +08:00 |
|
Stephen Chung
|
0cf2cd5cfc
|
Do not trim script lines.
|
2022-02-08 22:29:38 +08:00 |
|
Stephen Chung
|
5e7db6e105
|
Use new version of rustyline.
|
2022-02-08 22:16:12 +08:00 |
|
Stephen Chung
|
f8cee0fe4e
|
Simplify using ..
|
2022-02-08 09:02:15 +08:00 |
|
Stephen Chung
|
389bb9bf66
|
Add history recall to repl.
|
2022-01-31 21:02:36 +08:00 |
|
Stephen Chung
|
7b92a80c32
|
Fix encapsulated environment in module functions.
|
2022-01-30 17:27:13 +08:00 |
|
Stephen Chung
|
8fc80ecd10
|
Fix formatting.
|
2022-01-30 11:21:45 +08:00 |
|
Stephen Chung
|
06214cf499
|
Add key bindings to repl.
|
2022-01-30 09:42:04 +08:00 |
|
Stephen Chung
|
2cfd426aaf
|
Merge branch 'rustyline' of https://github.com/rhaiscript/rhai
|
2022-01-29 15:59:24 +08:00 |
|
Jonathan Strong
|
16f13960f4
|
poc: adds rustyline to rhai-repl
|
2022-01-28 20:29:25 -05:00 |
|
Stephen Chung
|
4ee6657b9d
|
Fix no_function build.
|
2022-01-28 22:37:59 +08:00 |
|
Stephen Chung
|
66af69aaff
|
Refactor and add state to debugger.
|
2022-01-28 18:59:18 +08:00 |
|
Stephen Chung
|
2b2685e387
|
Add optimize command to REPL.
|
2022-01-24 15:50:25 +08:00 |
|
Stephen Chung
|
0b3250a262
|
Add strict command to rhai-repl.
|
2022-01-19 14:02:55 +08:00 |
|
Stephen Chung
|
58e1094b79
|
Register test functions in repl.
|
2022-01-17 21:50:36 +08:00 |
|
Stephen Chung
|
68c0ee08c0
|
Reduce usage of Default::default() to make it easier to refactor.
|
2021-11-07 18:12:37 +08:00 |
|
Stephen Chung
|
6e25354076
|
Fix bit flag options and docs.
|
2021-09-12 13:21:53 +08:00 |
|
Stephen Chung
|
6510b617fe
|
Reduce usage of Default::default()
|
2021-09-11 19:40:40 +08:00 |
|
Stephen Chung
|
e3668227c0
|
Remove absolute path for files in the current directory.
|
2021-07-14 18:32:22 +08:00 |
|
Stephen Chung
|
4d25fd0192
|
Remove unnecessary AsRef<str>.
|
2021-07-10 10:11:14 +08:00 |
|
Stephen Chung
|
75a8a4d4e3
|
Enable json command in REPL.
|
2021-07-08 14:09:31 +08:00 |
|
Stephen Chung
|
d230f448c0
|
Add no_smartstring to disable using SmartString.
|
2021-05-08 22:59:33 +08:00 |
|
Stephen Chung
|
cc546fcaab
|
Add version to repl.
|
2021-04-21 17:39:45 +08:00 |
|
Stephen Chung
|
6c92011ea1
|
Hide is_shared and is_locked under feature gates.
|
2021-04-17 12:03:29 +08:00 |
|
Stephen Chung
|
20aaf1826a
|
Fix builds.
|
2021-04-04 15:06:13 +08:00 |
|
Stephen Chung
|
f7ad1cec39
|
Fix builds.
|
2021-04-03 11:49:16 +08:00 |
|
Stephen Chung
|
a738f750f9
|
Implement string functions with to_string/to_debug.
|
2021-04-02 19:26:55 +08:00 |
|
Stephen Chung
|
889edbef71
|
Allow cross-loading of relative file paths in FileModuleResolver.
|
2021-04-02 12:34:39 +08:00 |
|
Stephen Chung
|
ac7f35cacb
|
Move all functions metadata into metadata feature.
|
2021-03-24 19:27:38 +08:00 |
|
Stephen Chung
|
f70225ca1d
|
Change HashMap to BTreeMap.
|
2021-03-23 12:13:53 +08:00 |
|
Stephen Chung
|
27953ef745
|
Register parameter type names.
|
2021-03-15 22:19:21 +08:00 |
|
Stephen Chung
|
99020f3ed1
|
Fix builds.
|
2021-03-10 23:37:04 +08:00 |
|
Stephen Chung
|
9b37d84a9b
|
Enable/disable caching in FileModuleResolver.
|
2021-03-10 23:01:04 +08:00 |
|