Function bones_framework::prelude::piccolo::compiler::parser::parse_chunk
pub fn parse_chunk<R, S>(
source: R,
interner: S,
) -> Result<Chunk<<S as StringInterner>::String>, ParseError>where
R: Read,
S: StringInterner,