nullhack / advanced-brainfuck

A complete BrainFuck language interpreter with advanced features, written in Python
GNU General Public License v3.0
0 stars 1 forks source link

Only small programs allowed. #2

Open rdebath opened 6 years ago

rdebath commented 6 years ago
$ python3 brainfuck.py -c "$(< ../../bfprog/LostKng.b )"
bash: /usr/bin/python3: Argument list too long
$
nullhack commented 6 years ago

@rdebath I'll take a look on this. Thank you.