ghostscope 0.1.1

Command-line entrypoint that drives GhostScope compiler, loader, and UI end-to-end.
1
2
3
4
5
6
//! Core module - handles session management and core data structures

pub mod session;

// Re-export main types for convenience
pub use session::GhostSession;