solutions5/bfc.scala
changeset 290 2186e204a26c
parent 251 3dd550b9b0e3
child 336 25d9c3b2bc99
--- a/solutions5/bfc.scala	Wed Oct 30 14:21:16 2019 +0000
+++ b/solutions5/bfc.scala	Wed Oct 30 14:25:07 2019 +0000
@@ -1,7 +1,7 @@
 // Part 2 about a "Compiler" for the Brainf*** language
 //======================================================
 
-//object CW10b { // only for producing the jar-file
+object CW10b {
 
 // !!! Copy any function you need from file bf.scala !!!
 //
@@ -303,7 +303,7 @@
 //time_needed(1, run(load_bff("sierpinski.bf"))) 
 //time_needed(1, run4(load_bff("sierpinski.bf"))) 
 
-println(time_needed(1, run4(load_bff("mandelbrot.bf"))))
+//println(time_needed(1, run4(load_bff("mandelbrot.bf"))))
 
 
-//}
+}