Closed ColonelThirtyTwo closed 3 years ago
Use bfmake -s
; for more check bfmake -h
. I may add a flag in the future which only removes redundant operations, preserving comments and such.
Yeah, I'm aware of the -s
flag, but that also means foregoing the optimizations that bfstrip
does, hence this ticket.
resolved in recent commits - use bfmake -q
to build your project.
I'm working with a brainfuck-superset language that adds a few characters that I would like to use.
bfstrip
though appears to filter those characters out. Can there be a flag tobfstrip
(andbfmake
) to preserve those characters?Example below.
raw
instructions are the extension symbols.(Specifically, the "extended brainfuck" is the script for the ChemiCompiler from the game Space Station 13 - it adds a few symbols to interact with the game world)