[][src]Function sdlang::parse_file

pub fn parse_file<R>(data: R) -> Result<Result<Tag>> where
    R: Read

Reads everything from the given Reader and parses it.

Look at parse_text for more information.

The reader is internally buffered using std::io::BufReader.