Added pretty printer
This commit is contained in:
parent
dc0a7572f7
commit
99804b2abf
3 changed files with 4 additions and 4 deletions
|
|
@ -103,7 +103,7 @@ const parser_t* whitespace(const parser_t* p);
|
|||
const parser_t* left_factor_action(const parser_t* p);
|
||||
|
||||
/* Parse a single character *NOT* in charset */
|
||||
const parser_t* notin(const uint8_t charset, int length);
|
||||
const parser_t* notin(const uint8_t *charset, int length);
|
||||
|
||||
/* A no-argument parser that succeeds if there is no more input to parse. */
|
||||
const parser_t* end_p();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue