pub fn parse(s: &str) -> Result<Vec<Vec<Item<'_>>>, Error<'_>>
Parse tui markup source into ast.
If input source has invalid syntax.