Basically a fully functional Brainf**k interpreter written in TypeScript but as small as possible. If you can get it smaller, let me know!
To run:
bun run src/index.ts
Here's some Brainf**k code you can try:
>++++++++[<+++++++++>-]<.>+++[<++++++++++>-]<-.+++++++..+++.>++++++++[<---------->-]<++.
If you wanna use an actual Brainf**k interpreter that doesn't suck and has cool features, checkout bfi!