dreasgrech / yabfcompiler

Yet another brainfuck (and Ook!) compiler...
http://blog.dreasgrech.com
1 stars 1 forks source link

How do I expand a "simple" loop which contains IO? #16

Open dreasgrech opened 11 years ago

dreasgrech commented 11 years ago

My current definition of a simple loop is:

Currently, simple loops are expanded into a multiplication operation but how do I expand a simple loop which contains IO?