main_solution5/bfc.scala
changeset 404 bf20a9fa5c29
parent 399 b17a98b0c52f
child 420 4edc1a308652
equal deleted inserted replaced
403:ffce7b61b446 404:bf20a9fa5c29
     1 // Part 2 about a "Compiler" for the Brainf*** language
     1 // Part 2 about a "Compiler" for the Brainf*** language
     2 //======================================================
     2 //======================================================
     3 
     3 
     4 object CW10b {
     4 object M5b {
     5 
     5 
     6 // !!! Copy any function you need from file bf.scala !!!
     6 // !!! Copy any function you need from file bf.scala !!!
     7 //
     7 //
     8 // If you need any auxiliary function, feel free to 
     8 // If you need any auxiliary function, feel free to 
     9 // implement it, but do not make any changes to the
     9 // implement it, but do not make any changes to the