Files
mpc/tests
steve-chavez c24e27f0b8 feat: add sepby1 combinator
`sepby1` is a common reusable combinator in Haskell Parsec.

This adds `mpc_sepby1(mpc_fold_t f, mpc_parser_t *sep, mpc_parser_t *a)` according to Haskell's implementation:

https://hackage.haskell.org/package/parsec-3.1.16.1/docs/src/Text.Parsec.Combinator.html#sepBy1

Reuses existing `mpc_and`, `mpc_many`, and `mpcf_snd_free`.
2023-08-08 14:25:18 -05:00
..
2023-08-08 14:25:18 -05:00
2013-09-27 10:41:42 +01:00
2020-01-08 22:07:32 -08:00
2016-11-12 15:01:15 +10:00
2020-01-08 22:07:32 -08:00