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
It's simply a way for wasting my time.
It's a brainfuck interpreter, nothing difficult :3
This version comes with an optional line comment support.
Compile with
$ make BF_COMMENT_CHAR=';'
to use semicolon as line comment.