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.
pub unsafe extern "C" fn pm_parse(
parser: *mut pm_parser_t,
) -> *mut pm_node_t
Initiate the parser with the given parser.
@param parser The parser to use. @return The AST representing the source.