Files
mpc/tests
steve-chavez b866236aad fix: mpc_sepby1 not applying fold correctly
`mpc_sepby1` takes a single fold function but this doesn't apply to the
whole list of entries. Instead it applies the fold twice,
one for `mpc_and` and another for `mpc_many`.

Introduce a new repeat repeat parser type MPC_TYPE_SEPBY1 that combines
the results and applies the fold once for all entries.
2023-08-20 21:12:50 -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