kmyk / brainfuck-interpreter-analyzer

analyze specifications of various brainfuck interpreters
0 stars 0 forks source link

Code size #3

Open kmyk opened 8 years ago

kmyk commented 8 years ago

Some interpreters can accept only small size code. It should be calculated (by binary search?). Also we take care the size of code to check.

rdebath commented 8 years ago

LostKng is 2Mbytes and this one is even larger.