// Parser for BF programs.
//
// Eli Bendersky [http://eli.thegreenplace.net]
// This code is in the public domain.
;
// Parses a BF program from an input stream. Returns a Program if successful; on
// error, dies with an error message.
Program ;
/* PARSER_H */