Engling is a Rust‑based interpreter that lets you code in plain English.
Engling solves the barrier of cryptic syntax by letting users write programs in natural English, compiling them to bytecode and running them on a Rust VM. It includes a REPL for instant feedback, a suite of example programs, and an optional UI feature for simple windowed apps. Designed for learners, hobbyists, and anyone curious about language design, it offers cross‑platform performance and a clear, approachable syntax that stands out from typical toy languages.
View on GitHub →TheEnglishCore/eng