Function parse_ptb_dir

Source
pub fn parse_ptb_dir(mergeddir: &str) -> Vec<PTBTree>
Expand description

Parse any directory containing *.mrg files.

Will panic if anything goes wrong.

Wrapper around parse_ptb_file.