Forked from
Hammer / hammer
-
Meredith L. Patterson authored
Fixed build (completed butnot combinator). Also, fixed bug where sequence wasn't bailing out if one parser failed.
NOTES 218 B
NOTES
=====
Regarding parse_result_t:
If a parse fails, the parse_result_t will be NULL.
If a parse is successful but there's nothing there (i.e., if end_p succeeds), then there's a parse_result_t but its ast is NULL.