diff --git a/src/shell/state.rs b/src/shell/state.rs index eac26ad..6ef7438 100644 --- a/src/shell/state.rs +++ b/src/shell/state.rs @@ -6,6 +6,8 @@ pub struct State { pub prompt: String, pub quit: bool, pub result: String, + pub source: String, + pub parsed: String, pub show_banner: bool, }