Merge pull request #106 from data-man/matcheroni

Add Matcheroni & Parseroni
This commit is contained in:
Pranav
2023-12-27 13:57:41 -05:00
committed by GitHub

View File

@@ -422,6 +422,7 @@
| Library | Stars | Description | License |
|--- | ---| ---|--- |
| [lexertl14](https://github.com/BenHanson/lexertl14) | [![GitHub stars](https://img.shields.io/github/stars/BenHanson/lexertl14?style=social)](https://github.com/BenHanson/lexertl14/stargazers/) | The Modular Lexical Analyser Generator. | [![License](https://img.shields.io/badge/License-Boost%201.0-lightblue.svg)](https://www.boost.org/LICENSE_1_0.txt) |
| [Matcheroni & Parseroni](https://github.com/aappleby/matcheroni) | [![GitHub stars](https://img.shields.io/github/stars/aappleby/matcheroni?style=social)](https://github.com/aappleby/matcheroni/stargazers/) | C++20 libraries for doing pattern matching using Parsing Expression Grammars | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
| [parsertl14](https://github.com/BenHanson/parsertl14) | [![GitHub stars](https://img.shields.io/github/stars/BenHanson/parsertl14?style=social)](https://github.com/BenHanson/parsertl14/stargazers/) | The Modular Parser Generator. | [![License](https://img.shields.io/badge/License-Boost%201.0-lightblue.svg)](https://www.boost.org/LICENSE_1_0.txt) |
## Parsing Expression Grammars