update
authorChristian Urban <christian.urban@kcl.ac.uk>
Tue, 30 Jun 2020 01:31:14 +0100
changeset 730 18fee9d3b6a8
parent 729 b147a10be8dd
child 731 90946a2eb48a
update
progs/while-compiler-arrays/compile_bfc.sc
--- a/progs/while-compiler-arrays/compile_bfc.sc	Mon Jun 29 22:43:43 2020 +0100
+++ b/progs/while-compiler-arrays/compile_bfc.sc	Tue Jun 30 01:31:14 2020 +0100
@@ -243,7 +243,7 @@
   println(s"BF parsing (program length ${bf_string.length} characters)")
   val (time, bf_prog) = 
     time_needed(1, fastparse.parse(bf_string, Stmts(_)).get.value)
-  println(s"BF generated WHILE program (needed $time for parsing)")
+  println(s"BF generated WHILE program (needed $time secs for parsing)")
   compile_and_run(bf_prog, name)
 }