pub fn parse_statements(input: &str) -> Result<Vec<Statement>, &'static str>
Parses a StockScript string into a vector of Statements