1 2 3 4 5 6
// src/bin/ling-repl.rs - Interactive REPL fn main() { // REPL is WIP; depends on external crate `rustyline` which is not wired for this minimal build. println!("ling (WIP): repl disabled in this build"); }