[][src]Function hatter::parse

pub fn parse<'t>(tokens: &'t [Token<'_>]) -> Result<Vec<Stmt>>

Main method. Turn a slice of Token into a Vec of Stmt.