progs/automata/thompson.sc
changeset 784 7dac4492b0e6
parent 779 5385c8342f02
child 932 5678414a3898
--- 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))))
 }
+
+
+
+
+