Skip to main content

parse_block_from_str

Function parse_block_from_str 

Source
pub fn parse_block_from_str(
    s: &str,
    file: &str,
    line: usize,
) -> PerlResult<Expr>
Expand description

Parse a statement list from s and wrap as do { ... } (for #{...} interpolation).