Make repl Windows-friendly

This commit is contained in:
Richard Feldman 2020-06-18 00:24:27 -04:00
parent 68f64835f0
commit b638970c84
2 changed files with 2 additions and 2 deletions

View File

@ -617,5 +617,5 @@ fn gen(
.write_to_file(&env.module, FileType::Object, &dest_filename)
.expect("Writing .o file failed");
println!("\nSuccess! 🎉\n\n\t {}\n", dest_filename.display());
println!("\nSuccess!\n\n\t—> {}\n", dest_filename.display());
}

View File

@ -50,7 +50,7 @@ pub fn main() -> io::Result<()> {
loop {
if pending_src.is_empty() {
print!("\n\u{001b}[36m\u{001b}[0m ");
print!("\n\u{001b}[36m»\u{001b}[0m ");
} else {
print!("\u{001b}[36m…\u{001b}[0m ");
}