throw mismatch errors quickly

This commit is contained in:
Zeno Rogue 2021-08-17 18:58:23 +02:00
parent afc92c586c
commit f5d0d928cb
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ void rules_iteration_for(tcell *c) {
extend_analyzer(cwmain, z, k, mismatches, treestates[id].giver);
mismatches++;
throw mismatch_error();
}
}
}