mpc icon indicating copy to clipboard operation
mpc copied to clipboard

A Parser Combinator library for C

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

The install command on MacOS does not have the -t command line flag, so it fails. Additionally, the folder name for the libraries generated was not "lib" but "libmpc.so.dSYM". I...

Reference: https://stackoverflow.com/questions/3801011/ld-library-not-found-for-lcrt0-o-on-osx-10-6-with-gcc-clang-static-flag The build is successful if I remove "-static" from the static-test Makefile line.

1. how about the subsequent results of performance optimization 2. What are the subsequent results of integer label substitution string comparison 3. How about stability and memory usage Can you...

I'm writing an interpreter for a subset of Scheme, and have ran into a bit of a roadblock when implementing conditions, i.e., cond. The parser is greedily matching the first...

I don't want to redefine a grammer for float, so how can I use `mpc_float()` and friends with `mpca_lang` and permit to reference it without defining it in the grammar...

Hello! After having tried and waited for several other parsing libraries to provide a HTML and CSS parser, and having gotten nothing out of it other than some knowledge, I...

I am currently trying to look for a way to strip function definitions and the likes from C source files to use in the [V language](https://github.com/vlang/v) as a basis for...

Segmentation fault and timeout occur at mpca_lang_st() ================================== **URL :** https://github.com/KimSeoYe/mpc/tree/fuzz **Summary :** Segmentation faults and hangs occur with some fuzzed inputs at mpca_lang_st(). **Testing environment :** Ubuntu 18.04.6 LTS...

Hi, I'd like to package a recent version of mpc for upstream [guix](guix.gnu.org). Would it be possible to make a release? Or, are you planning to make a release again?

I have updated mpc from the @radareorg repository and got some leaks and bugs reported by coverity. So i think is better to report it in here :) hope it...