Fixes issue 3264 by adding a fallback read mode when reading from non-tty stdin on Windows
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#[cfg(feature = "repl")]
|
||||
pub mod fallback_mode;
|
||||
#[cfg(feature = "repl")]
|
||||
pub mod user_interaction;
|
||||
|
||||
use crate::parser::ast::*;
|
||||
use crate::parser::lexer::Lexer;
|
||||
use crate::parser::parser::*;
|
||||
|
||||
Reference in New Issue
Block a user