changeset 285 | bd9d142d2cd8 |
parent 266 | ca48ac1d3c3e |
child 325 | ca9c1cf929fa |
--- 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 @@ */ -//} +}