seq-repl 5.5.1

TUI REPL for the Seq programming language with IR visualization
1
2
3
4
5
6
7
8
//! UI components for the TUI REPL
//!
//! These modules handle rendering of the split-pane interface.

pub mod highlight;
pub mod ir_pane;
pub mod layout;
pub mod repl_pane;