Function boxworks_lang::ast::parse_hlist

source ยท
pub fn parse_hlist(source: &str) -> Result<Vec<Horizontal<'_>>, Vec<Error<'_>>>
Expand description

Parse Box language source code into a horizontal list.