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
|
||||
// if !file_contents.is_empty() {
|
||||
// panic!("Scanner not implemented");
|
||||
// } else {
|
||||
// println!("EOF null"); // Placeholder, replace this line when implementing the scanner
|
||||
// }
|
||||
if !file_contents.is_empty() {
|
||||
panic!("Scanner not implemented");
|
||||
} else {
|
||||
println!("EOF null"); // Placeholder, replace this line when implementing the scanner
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
eprintln!("Unknown command: {command}");
|
||||
|
||||
Reference in New Issue
Block a user