Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Memory Cell Manager #52

Open Zomis opened 7 years ago

Zomis commented 7 years ago

Using information from a memory cell analysis, create some GUI to copy/move cells or add new empty cells. It is all about the number of < >

Whenever a piece of code is always at the same place, it is easy to modify that part of the code to do an some extra < > so that the memory cell is effectively moved and ends up at a new place.

Possibly also assist with optimizing the number of < > afterwards.