Function boxworks_lang::parse_horizontal_list

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

Parse Box language source code into a horizontal list.