progs/while-arrays/compile_bfc.sc
changeset 817 5c6ceb1c5d07
parent 815 87457a1a9d86
child 825 fb9f63a22114
--- a/progs/while-arrays/compile_bfc.sc	Thu Dec 03 06:37:09 2020 +0000
+++ b/progs/while-arrays/compile_bfc.sc	Fri Dec 04 14:48:40 2020 +0000
@@ -20,8 +20,8 @@
 
 
 // load the compiler
-import $file.compile_arrays
-import compile_arrays._ 
+import $file.compile_arrays2
+import compile_arrays2._ 
 
 def time_needed[T](i: Int, code: => T) = {
   val start = System.nanoTime()