|
1 | 1 | # Welcome to the PEGTL |
2 | 2 |
|
3 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3AWindows) |
4 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3AmacOS) |
5 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3ALinux) |
6 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3AAndroid) |
| 3 | +[](https://github.com/taocpp/PEGTL/actions/workflows/windows.yml) |
| 4 | +[](https://github.com/taocpp/PEGTL/actions/workflows/macos.yml) |
| 5 | +[](https://github.com/taocpp/PEGTL/actions/workflows/linux.yml) |
| 6 | +[](https://github.com/taocpp/PEGTL/actions/workflows/android.yml) |
7 | 7 | <br> |
8 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3Aclang-analyze) |
9 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3Aclang-tidy) |
10 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3ASanitizer) |
11 | | -[](https://github.com/taocpp/PEGTL/actions?query=workflow%3ACodeQL) |
12 | | -[](https://codecov.io/gh/taocpp/PEGTL) |
| 8 | +[](https://github.com/taocpp/PEGTL/actions/workflows/clang-analyze.yml) |
| 9 | +[](https://github.com/taocpp/PEGTL/actions/workflows/clang-tidy.yml) |
| 10 | +[](https://github.com/taocpp/PEGTL/actions/workflows/sanitizer.yml) |
| 11 | +[](https://github.com/taocpp/PEGTL/actions/workflows/codeql-analysis.yml) |
| 12 | +[](https://codecov.io/gh/taocpp/PEGTL) |
13 | 13 |
|
14 | 14 | The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a [Parsing Expression Grammar](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (PEG). |
15 | 15 |
|
|
0 commit comments