mpc
Parser combinator library
A lightweight and powerful library for building parsers of varying complexity using parser combinators.
A Parser Combinator library for C
3k stars
79 watching
294 forks
Language: C
last commit: 9 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 122 |
ludocode/mpack | A C implementation of an encoder and decoder for the MessagePack serialization format | 549 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,230 |
bluescarni/mppp | A high-performance C++ library for arbitrary-precision arithmetic and special functions | 305 |
codeplea/tinyexpr | A tiny recursive descent expression parser and evaluation engine for math expressions. | 1,619 |
mrkkrp/megaparsec | An industrial-strength monadic parser combinator library. | 925 |
mpc-sok/frameworks | A collection of sample programs and build environments for various secure multi-party computation frameworks. | 491 |
keean/parser-combinators | A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
pengskr/mpc | This project implements a Model Predictive Control (MPC) system in MATLAB. | 109 |
nreco/lambdaparser | A runtime parser for string expressions in .NET applications. | 310 |
msgpack/msgpack-objectivec | Implementation of MessagePack serialization and deserialization in Objective-C. | 301 |
nblumhardt/tcalc | A C# parser implementation using Superpower for a simple calculation language | 38 |
orc/discount | A C implementation of Markdown markup language syntax and test suite | 859 |
crusso/mo-parsec | A library providing a parsec parser combinator implementation for Motoko's Modelica language | 5 |
taocpp/pegtl | A header-only C++ library for defining and implementing parser combinators using a Parsing Expression Grammar approach | 1,957 |