[example] id = "example-repl-basic" name = "REPL Basic" icon = "🔁" category = "repl" desc = """ Demonstrates how to build an interactive REPL shell with Mingling using `exec_repl()`, custom prompts, and built-in setups. """ tags = ["repl"] files = ["src/main.rs", "Cargo.toml"]