Function ruby_prism_sys::pm_parse

source ·
pub unsafe extern "C" fn pm_parse(
    parser: *mut pm_parser_t
) -> *mut pm_node_t
Expand description

Initiate the parser with the given parser.

@param parser The parser to use. @return The AST representing the source.