Phase 5: Ausführung und Output implementieren und archivieren
This commit is contained in:
@@ -704,7 +704,7 @@ impl Codegen {
|
||||
ctx.emit(Instr::EraseSlot(global, s));
|
||||
}
|
||||
}
|
||||
HStmtKind::End => ctx.emit(Instr::End),
|
||||
HStmtKind::End => ctx.emit(Instr::SystemInstr),
|
||||
HStmtKind::Stop => ctx.emit(Instr::StopInstr),
|
||||
HStmtKind::System => ctx.emit(Instr::SystemInstr),
|
||||
HStmtKind::Unsupported(name) => {
|
||||
|
||||
Reference in New Issue
Block a user