Open pwseo opened 7 years ago
Thanks for pointing that out. The standard output is used, for now, just for development purposes. Once I get a final version with no apparent bugs and with a code I enjoy, everything unnecessary will be removed.
It will still make things harder for you when testing larger brainfuck programs whose output you could simply diff
with a reference to make sure things are working.
Output should consist (ideally) of only the characters printed by the brainfuck code being interpreted. If we really need to output information from the compiler,
stderr
(or its Pascal equivalent) should be used, in order to cleanly separate output types.