ghostscope 0.1.1

Command-line entrypoint that drives GhostScope compiler, loader, and UI end-to-end.
1
2
3
4
5
6
//! Script module - handles script compilation and processing

pub mod compiler;

// Re-export main functions for convenience
pub use compiler::{compile_and_load_script_for_cli, compile_and_load_script_for_tui};