//! The pieces of the `jev` REPL, exposed so they can be driven without a terminal.
pub mod app;
pub mod builder;
pub mod codegen;
pub mod cost;
pub mod editor;
pub mod evaluate;
pub mod format;
pub mod headless;
pub mod highlight;
pub mod install;
pub mod installer;
pub mod lessons;
pub mod mcp;
pub mod mock;
pub mod presets;
pub mod serve;
pub mod session;
pub mod sketch;
pub mod skill;
pub mod ui;
pub mod words;
pub mod wrap;