solutions5/bfc.scala
changeset 236 e461b5325b5e
parent 234 c51305a2217f
child 251 3dd550b9b0e3
--- a/solutions5/bfc.scala	Thu Dec 06 18:56:26 2018 +0000
+++ b/solutions5/bfc.scala	Thu Dec 06 21:49:43 2018 +0000
@@ -1,7 +1,7 @@
 // Part 2 about a "Compiler" for the Brainf*** language
 //======================================================
 
-object CW10b {
+object CW10b { // only for producing the jar-file
 
 // !!! Copy any function you need from file bf.scala !!!
 //