1#ifndef PRISM_INTERNAL_REGEXP_H
2#define PRISM_INTERNAL_REGEXP_H
39void pm_regexp_parse_named_captures(
pm_parser_t *parser,
const uint8_t *source,
size_t size,
bool shared,
bool extended_mode, pm_regexp_name_callback_t name_callback,
pm_regexp_name_data_t *name_data);
#define PRISM_EXPORTED_FUNCTION
By default, we compile with -fvisibility=hidden.
The parser used to parse Ruby source.
A generic string type that can have various ownership semantics.