41const uint8_t *
pm_strpbrk(
const pm_parser_t *parser,
const uint8_t *source,
const uint8_t *charset, ptrdiff_t length);
The parser used to parse Ruby source.
const uint8_t * pm_strpbrk(const pm_parser_t *parser, const uint8_t *source, const uint8_t *charset, ptrdiff_t length)
Here we have rolled our own version of strpbrk.
Macro definitions used throughout the prism library.
This struct represents the overall parser.