You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://esolangs.org/wiki/brainfuck
A very simple (and hopefully readable) bf interpreter written in C++. This project implements a simple parser/tokenizer (main.cpp) and an even simpler interpreter(.cpp).