mirror of
https://github.com/p-ranav/awesome-hpp.git
synced 2025-12-18 19:14:34 +03:00
Merge pull request #98 from data-man/Ben_Hanson_projects
Add Ben Hanson's parsing projects.
This commit is contained in:
12
README.md
12
README.md
@@ -47,6 +47,7 @@
|
||||
- [Mocking](#mocking)
|
||||
- [Networking](#networking)
|
||||
- [Optimization](#optimization)
|
||||
- [Parsing](#parsing)
|
||||
- [Parsing Expression Grammars](#parsing-expression-grammars)
|
||||
- [Portability Definitions](#portability-definitions)
|
||||
- [Reflection](#reflection)
|
||||
@@ -96,6 +97,7 @@
|
||||
| [picobench](https://github.com/iboB/picobench) | [](https://github.com/iboB/picobench/stargazers/) | A small microbenchmarking library for C++11. | [](https://opensource.org/licenses/MIT) |
|
||||
|
||||
## Communication
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
|--- | ---| ---|--- |
|
||||
| [comms](https://github.com/commschamp/comms_champion) | [](https://github.com/commschamp/comms_champion/stargazers/) | Implement binary communication protocols in >=C++11. | [](https://opensource.org/licenses/MPL-2.0) |
|
||||
@@ -137,7 +139,6 @@
|
||||
|
||||
## Data Formats
|
||||
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
|--- | ---| ---|--- |
|
||||
| [bencode](https://github.com/fbdtemme/bencode) | [](https://github.com/fbdtemme/bencode/stargazers/) | C++20 bencode library. | [](https://opensource.org/licenses/MIT) |
|
||||
@@ -218,7 +219,6 @@
|
||||
| [small](https://github.com/alandefreitas/small) | [](https://github.com/alandefreitas/small/stargazers/) | Implementations of the main STL containers optimized for the case when they are small. | [](https://opensource.org/license/bsl-1-0) |
|
||||
|[tries](https://github.com/gutjuri/tries) | [](https://github.com/gutjuri/tries/stargazers/) | Fast and highly customisable C++20 trie implementation. | [-blue)](https://opensource.org/licenses/GPL-2.0)
|
||||
|
||||
|
||||
## Debugging
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
@@ -417,6 +417,13 @@
|
||||
|--- | ---| ---|--- |
|
||||
| [ensmallen](https://github.com/mlpack/ensmallen) | [](https://github.com/mlpack/ensmallen/stargazers/) | C++ library for numerical optimization. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
||||
|
||||
## Parsing
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
|--- | ---| ---|--- |
|
||||
| [lexertl14](https://github.com/BenHanson/lexertl14) | [](https://github.com/BenHanson/lexertl14/stargazers/) | The Modular Lexical Analyser Generator. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
||||
| [parsertl14](https://github.com/BenHanson/parsertl14) | [](https://github.com/BenHanson/parsertl14/stargazers/) | The Modular Parser Generator. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
||||
|
||||
## Parsing Expression Grammars
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
@@ -552,7 +559,6 @@
|
||||
| [snitch](https://github.com/cschreib/snitch) | [](https://github.com/cschreib/snitch/stargazers/) | Lightweight C++20 testing framework. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
||||
| [ut](https://github.com/boost-ext/ut) | [](https://github.com/boost-ext/ut/stargazers/) | UT: C++20 μ(micro)/Unit Testing Framework. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
||||
|
||||
|
||||
## Unicode
|
||||
|
||||
| Library | Stars | Description | License |
|
||||
|
||||
Reference in New Issue
Block a user