//! 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 format;
pub mod headless;
pub mod highlight;
pub mod lessons;
pub mod mock;
pub mod presets;
pub mod session;
pub mod sketch;
pub mod ui;
pub mod wrap;