solutions5/bfc.scala
changeset 236 fac3ebafbac1
parent 234 5dcc339114f7
child 251 a0bd77103898
equal deleted inserted replaced
235:9e216601435f 236:fac3ebafbac1
     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 CW10b { // only for producing the jar-file
     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