Function boxworks_lang::cst::parse

source ยท
pub fn parse<'a>(
    source: &'a str,
    errs: ErrorAccumulator<'a>,
) -> impl TreeIter<'a>
Expand description

Parse Box language source code into a CST.