mpc icon indicating copy to clipboard operation
mpc copied to clipboard

A Parser Combinator library for C

Results 34 mpc issues
Sort by recently updated
recently updated
newest added

:thought_balloon: I find that an include guard like “[`mpc_h`](https://github.com/orangeduck/mpc/blob/ddcdd4d80110f16a1f3d0ee6038d5c5c789ebcf6/mpc.h#L10 "Update candidate")” is too short for the safe reuse of your header file (when it belongs to an application programming interface).

Question: how to define a parser for arbitrary contents delimited by multi-char indicators? As a concrete case, consider python long strings, eg: ``` """ some contents """ ``` My case...

Hi, We recently conducted a study to detect build dependency errors, focusing on missing dependencies and redundant dependencies. A missing dependency (MD) is a dependency that is not declared in...

This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...