diff --git a/src/printer.zig b/src/printer.zig index 73a0e8a..3efdde7 100644 --- a/src/printer.zig +++ b/src/printer.zig @@ -67,8 +67,6 @@ pub fn printList(list: langs.CommandList, stream: var) !void { .wildnoise => try printCommand(cmd, .wildnoise), .write => try printCommand(cmd, .write), .embed => try printCommand(cmd, .embed), - - else => @compileError("unhandled command"), } _ = try stream.write(";\n");