terrible *terrible* brainfuck interpreter in javascript i made after looking at random github ones and saying "oh, i can do better than that!" (i did not)it's 69 lines exactly
https://ghostbin.com/paste/oc7re
(also it has debug tracing and should mostly respect how most interpreters work (8 bit cells, unsigned, 2^15 long memory))
@boots nice
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!
(also it has debug tracing and should mostly respect how most interpreters work (8 bit cells, unsigned, 2^15 long memory))