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.
pub fn parse<'a>(
source: &'a str,
errs: ErrorAccumulator<'a>,
) -> impl TreeIter<'a>
Parse Box language source code into a CST.