pub fn parse_block(tokens: Vec<Token>) -> (LiteBlock, Option<ParseError>)
Try to parse a list of tokens into a block.