Function flow_expression_parser::parse::v1::parse
source · pub fn parse(input: &str) -> Result<FlowProgram, ParserError>
Expand description
Parse a string into a FlowProgram.
pub fn parse(input: &str) -> Result<FlowProgram, ParserError>
Parse a string into a FlowProgram.