Function boxworks_lang::ast::lower
source ยท pub fn lower<'a, 'b>(list: &'b [Horizontal<'a>]) -> impl TreeIter<'a> + 'bExpand description
Lower a horizontal list to a CST tree.
pub fn lower<'a, 'b>(list: &'b [Horizontal<'a>]) -> impl TreeIter<'a> + 'bLower a horizontal list to a CST tree.