This page requires javascript to work

[][src]Function minitt::parser::parse_str

pub fn parse_str(input: &str) -> Result<Tok, String>

Parse a string into an optional expression based on file rule:

This example is not tested
file = { WHITESPACE* ~ expression }