commit | 07d325f9bf886bb9626ecb1d45b77d8149e014c7 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Wed Dec 08 20:02:05 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Wed Dec 08 20:02:05 2021 -0800 |
tree | 403d43c758f5c951e881c7617e89e11b3ccecc9c | |
parent | 8a581c61e8302ce6660ee73710319ef160972337 [diff] [blame] |
Add evaluator
diff --git a/Matcher.h b/Matcher.h index 24fc795..c417191 100644 --- a/Matcher.h +++ b/Matcher.h
@@ -38,6 +38,9 @@ { QList<T> prime; + if (from >= list.length()) + return prime; + // I guess we'll just panic if it's too long // TODO: ERROR HANDLING for (int i = 0; i < to - from; i++)