| changeset 285 | 475c39725698 |
| parent 231 | 26b5a843c696 |
| child 338 | b4b059aea3fc |
--- a/templates5/bf.scala Wed Oct 30 11:28:44 2019 +0000 +++ b/templates5/bf.scala Wed Oct 30 11:51:02 2019 +0000 @@ -1,5 +1,9 @@ -// Part 1 about an Interpreter for the Brainf*** language -//======================================================== +// Core Part about an Interpreter for +// the Brainf*** language +//============================================== + + +object CW10a { // representation of Bf memory @@ -192,3 +196,4 @@ time_needed(1, run(b1)) */ +}