parse_statements

Function parse_statements 

Source
pub fn parse_statements(input: &str) -> Result<Vec<Statement>, &'static str>
Expand description

Parses a StockScript string into a vector of Statements