fabianishere / brainfuck

Brainfuck interpreter written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for direct input

mathiasbynens opened this issue · comments

Currently, there’s brainfuck [file] for files, and brainfuck -i for interactive mode.

How about adding -c | --code which take direct input as strings?

E.g.

$ brainfuck -c '.+[.+]'

I'm currently working on it. Thank you for the suggestion.

Thanks! Could you bump the version number and tag (git tag) a new release please?