diff --git a/README.md b/README.md index da1f3e9..cdf642e 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ Common Parsers
mpc_digits
mpc_hexdigits
mpc_octdigits
mpc_lower
mpc_lower
mpc_upper
mpc_alpha
mpc_underscore
'_'
mpc_strip(mpc_parser_t *a);
a
consuming any surrounding whitespacempc_tok(mpc_parser_t *a);
a
and consumes any trailing whitespacempc_sym(const char *s);
s
and consumes any trailing whitespacempc_total(mpc_parser_t *a, mpc_dtor_t da);
a
, enclosed in the start and end of inputmpc_total(mpc_parser_t *a, mpc_dtor_t da);
a
, enclosed in the start and end of inputmpc_between(mpc_parser_t *a, mpc_dtor_t ad,
const char *o, const char *c);
a
between strings o
and c
mpc_parens(mpc_parser_t *a, mpc_dtor_t ad);
a
between "("
and ")"
mpc_braces(mpc_parser_t *a, mpc_dtor_t ad);
a
between "<"
and ">"
mpc_tok_parens(mpc_parser_t *a, mpc_dtor_t ad);
a
between trailing whitespace consumed "("
and ")"
mpc_tok_braces(mpc_parser_t *a, mpc_dtor_t ad);
a
between trailing whitespace consumed "<"
and ">"
mpc_tok_brackets(mpc_parser_t *a, mpc_dtor_t ad);
a
between trailing whitespace consumed "{"
and "}"
mpc_tok_squares(mpc_parser_t *a, mpc_dtor_t ad);
a
between trailing whitespace consumed "["
and "]"
mpc_tok_squares(mpc_parser_t *a, mpc_dtor_t ad);
a
between trailing whitespace consumed "["
and "]"