diff -r 9a04eb6a2291 -r bd9d142d2cd8 testing5/bf.scala --- 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 @@ */ -//} +}