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.
pub fn parse_hlist(source: &str) -> Result<Vec<Horizontal<'_>>, Vec<Error<'_>>>
Parse Box language source code into a horizontal list.