cpp-peglib VS Magic Enum C++

Compare cpp-peglib vs Magic Enum C++ and see what are their differences.

cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library (by yhirose)

Magic Enum C++

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code (by Neargye)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cpp-peglib Magic Enum C++
4 44
827 4,403
- -
5.8 8.1
6 days ago 15 days ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cpp-peglib

Posts with mentions or reviews of cpp-peglib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-12.

Magic Enum C++

Posts with mentions or reviews of Magic Enum C++. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

What are some alternatives?

When comparing cpp-peglib and Magic Enum C++ you can also consider the following projects:

PEGTL - Parsing Expression Grammar Template Library

Nameof C++ - Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum

ctpg - Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.

Protobuf - Protocol Buffers - Google's data interchange format

scnlib - scanf for modern C++

cereal - A C++11 library for serialization

filter_spirit - Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs

FlatBuffers - FlatBuffers: Memory Efficient Serialization Library

flex - The Fast Lexical Analyzer - scanner generator for lexing in C and C++

Boost.Serialization - Boost.org serialization module

AoC-2022 - Advent of code 2022

pfr - std::tuple like methods for user defined types without any macro or boilerplate code