aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/repl_exec.rs
Commit message (Expand)AuthorAgeFilesLines
* Change `repl_post_readline` hook to accept mutable line reference魏曹先生12 days1-4/+4
* Refactor REPL hooks into modular setups and add new hook types魏曹先生13 days1-13/+12
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生2026-05-191-3/+21
* Conditionally disable panic unwind support for async feature魏曹先生2026-05-191-7/+46
* Add REPL pre/post readline hooks and suppress dead code warnings魏曹先生2026-05-181-26/+20
* Implement REPL execution with hooks and argument splitting魏曹先生2026-05-181-4/+99
* Refactor program module into submodules魏曹先生2026-05-181-0/+12