Function espr::parser::compound_stmt[][src]

pub fn compound_stmt(input: &str) -> ParseResult<'_, Statement>
Expand description

192 compound_stmt = BEGIN stmt { stmt } END ; .