Function mil::parser::parse

source · []
pub fn parse(input: &str) -> Result<MelExpr, ParseError<VerboseError<&str>>>
Expand description

Parse a string into the low-level abstract syntax tree, MelExpr, which can be directly compiled to bytes.