testing5/bf.scala
changeset 285 475c39725698
parent 266 31e5218f43de
child 325 26058bf089ae
--- a/testing5/bf.scala	Wed Oct 30 11:28:44 2019 +0000
+++ b/testing5/bf.scala	Wed Oct 30 11:51:02 2019 +0000
@@ -1,7 +1,8 @@
-// Part 1 about an Interpreter for the Brainf*** language
-//========================================================
+// Core Part about an Interpreter for 
+// the Brainf*** language
+//=========================================
 
-//object CW10a {  // only for generating the Jar file
+object CW10a {
 
 
 type Mem = Map[Int, Int]
@@ -222,4 +223,4 @@
 
 */
 
-//}
+}