Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@

| Library | Stars | Description | License |
|--- | ---| ---|--- |
| [Conex](https://github.com/DanielCohen197/Conex) | [![GitHub stars](https://img.shields.io/github/stars/DanielCohen197/Conex?style=social)](https://github.com/DanielCohen197/Conex/stargazers/) | Single-header C++20 library for condition-based binary pattern matching with regex-style syntax and lambda conditions. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
| [cpp-peglib](https://github.com/yhirose/cpp-peglib) | [![GitHub stars](https://img.shields.io/github/stars/yhirose/cpp-peglib?style=social)](https://github.com/yhirose/cpp-peglib/stargazers/) | PEG (Parsing Expression Grammars) library. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
| [lug](https://github.com/jwtowner/lug) | [![GitHub stars](https://img.shields.io/github/stars/jwtowner/lug?style=social)](https://github.com/jwtowner/lug/stargazers/) | A C++17 embedded domain specific language for expressing parsers as extended PEG. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
| [PEGTL](https://github.com/taocpp/PEGTL) | [![GitHub stars](https://img.shields.io/github/stars/taocpp/PEGTL?style=social)](https://github.com/taocpp/PEGTL/stargazers/) | Parsing Expression Grammar Template Library. | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
Expand Down