generated from stackclass/interpreter
test
This commit is contained in:
10
src/main.rs
10
src/main.rs
@@ -22,11 +22,11 @@ fn main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Uncomment this block to pass the first stage
|
// Uncomment this block to pass the first stage
|
||||||
// if !file_contents.is_empty() {
|
if !file_contents.is_empty() {
|
||||||
// panic!("Scanner not implemented");
|
panic!("Scanner not implemented");
|
||||||
// } else {
|
} else {
|
||||||
// println!("EOF null"); // Placeholder, replace this line when implementing the scanner
|
println!("EOF null"); // Placeholder, replace this line when implementing the scanner
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
eprintln!("Unknown command: {command}");
|
eprintln!("Unknown command: {command}");
|
||||||
|
|||||||
Reference in New Issue
Block a user