// Parser for BF programs.
//
// Parsing BF is trivial: the language's control characters in the stream
// are collected together; all other characters are ignored.
//
// Eli Bendersky [http://eli.thegreenplace.net]
// This code is in the public domain.
Program