jev-repl 0.3.0

Terminal REPL for shaping TypeSafe AI System One requests: noul, choice and score questions, with a live sketch editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 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;