See previous commit message. Saved hammer.h later than I should've. Sorry.
This commit is contained in:
parent
318b594bed
commit
f4d116d411
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ const parser_t* end_p();
|
||||||
|
|
||||||
/* This parser always fails. */
|
/* This parser always fails. */
|
||||||
const parser_t* nothing_p();
|
const parser_t* nothing_p();
|
||||||
|
|
||||||
|
|
||||||
const parser_t* sequence(const parser_t* p_array[]);
|
const parser_t* sequence(const parser_t* p_array[]);
|
||||||
const parser_t* choice(const parser_t* p_array[]);
|
const parser_t* choice(const parser_t* p_array[]);
|
||||||
const parser_t* butnot(const parser_t* p1, const parser_t* p2);
|
const parser_t* butnot(const parser_t* p1, const parser_t* p2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue