Function parse_book

Source
pub fn parse_book(
    errs: Sender<Box<dyn Diagnostic>>,
    ctx_id: usize,
    input: &str,
) -> (Module, bool)