pablojorge / brainfuck

Collection of BF interpreters/translators in C/C++/ASM/JS/Python/Rust + others
http://pablojorge.github.io/brainfuck
MIT License
248 stars 35 forks source link

`primes.bf` program does not end input #14

Open mb6ockatf opened 10 months ago

mb6ockatf commented 10 months ago

when it asks "primes up to", neither newline, nor sigquit stops the input waiting (or, it generates numbers for too much time). Used this interpreter