From 25473e07c961b10ea4a6b3095e65f9a8c31e057f Mon Sep 17 00:00:00 2001 From: Dmitry Atamanov Date: Wed, 3 Jul 2024 12:45:22 +0500 Subject: [PATCH] Add lug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5499ef5..ba7ed4d 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ | Library | Stars | Description | License | |--- | ---| ---|--- | | [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) | ## Portability Definitions