--- a/progs/automata/thompson.sc Mon Oct 19 14:17:18 2020 +0100
+++ b/progs/automata/thompson.sc Mon Oct 19 17:50:11 2020 +0100
@@ -185,3 +185,8 @@
for (i <- 1 to 100 by 5) {
println(i + " " + "%.5f".format(time_needed(2, tmatches_dfa(EVIL2, "a" * i))))
}
+
+
+
+
+