ling-lang 2030.0.2

Ling - The Omniglot Systems Language
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");
}