2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
- .appveyor.yml-40
- .codecov.yml+2
- .github/workflows/android.yml+33
- .github/workflows/clang-analyze.yml+27
- .github/workflows/clang-format.yml+14
- .github/workflows/clang-tidy.yml+22
- .github/workflows/code-coverage.yml+29
- .github/workflows/codeql-analysis.yml+67
- .github/workflows/linux.yml+148
- .github/workflows/macos.yml+35
- .github/workflows/sanitizer.yml+35
- .github/workflows/std-filesystem-fallbacks.yml-89
- .github/workflows/windows.yml+88
- .travis.yml-255
- CMakeLists.txt+29-21
- README.md+21-44
- doc/Changelog.md+14-6
- doc/Inputs-and-Parsing.md+13-1
- doc/Installing-and-Using.md+39-8
- doc/README.md+2
- doc/Rule-Reference.md+5-3
- include/tao/pegtl/ascii.hpp-1
- include/tao/pegtl/contrib/analyze.hpp+29-31
- include/tao/pegtl/contrib/function.hpp+52
- include/tao/pegtl/contrib/icu/internal.hpp+22-6
- include/tao/pegtl/contrib/instantiate.hpp+38
- include/tao/pegtl/contrib/internal/endian.hpp+15
- include/tao/pegtl/contrib/internal/endian_gcc.hpp-8
- include/tao/pegtl/contrib/internal/endian_win.hpp-4
- include/tao/pegtl/contrib/parse_tree.hpp+1-1
- include/tao/pegtl/contrib/parse_tree_to_dot.hpp+6
- include/tao/pegtl/contrib/predicates.hpp+126
- include/tao/pegtl/contrib/remove_first_state.hpp+5-2
- include/tao/pegtl/contrib/remove_last_states.hpp+5-1
- include/tao/pegtl/contrib/rep_one_min_max.hpp+8-2
- include/tao/pegtl/contrib/utf16.hpp+9-1
- include/tao/pegtl/contrib/utf32.hpp+9-1
- include/tao/pegtl/internal/any.hpp+19
- include/tao/pegtl/internal/bump_help.hpp+3-6
- include/tao/pegtl/internal/file_mapper_posix.hpp+3-3
- include/tao/pegtl/internal/file_mapper_win32.hpp+5-5
- include/tao/pegtl/internal/file_reader.hpp+6-6
- include/tao/pegtl/internal/filesystem.hpp+36-12
- include/tao/pegtl/internal/istring.hpp+12-3
- include/tao/pegtl/internal/one.hpp+13-2
- include/tao/pegtl/internal/path_to_string.hpp+3-1
- include/tao/pegtl/internal/range.hpp+12-8
- include/tao/pegtl/internal/ranges.hpp+23-25
- include/tao/pegtl/internal/string.hpp+10-1
- include/tao/pegtl/parse.hpp+24
- include/tao/pegtl/parse_error.hpp+1-1
- include/tao/pegtl/utf8.hpp+1-1
- include/tao/pegtl/version.hpp+2-2
- src/test/pegtl/CMakeLists.txt+17-2
- src/test/pegtl/argv_input.cpp-2
- src/test/pegtl/change_action_and_state.cpp+5-5
- src/test/pegtl/change_action_and_states.cpp+6-6
- src/test/pegtl/change_state.cpp+4-4
- src/test/pegtl/change_states.cpp+4-4
- src/test/pegtl/contrib_control_action.cpp+16-5
- src/test/pegtl/contrib_coverage.cpp+47
- src/test/pegtl/contrib_function.cpp+33
- src/test/pegtl/contrib_instantiate.cpp+72
- src/test/pegtl/contrib_json.cpp+1-1
- src/test/pegtl/contrib_parse_tree.cpp+45-8
- src/test/pegtl/contrib_parse_tree_to_dot.cpp+34
- src/test/pegtl/contrib_predicates.cpp+101
- src/test/pegtl/contrib_print.cpp+25
- src/test/pegtl/contrib_raw_string.cpp+2-2
- src/test/pegtl/contrib_remove_first_state.cpp+91
- src/test/pegtl/contrib_remove_last_states.cpp+91
- src/test/pegtl/contrib_rep_string.cpp+49
- src/test/pegtl/contrib_trace1.cpp+28
- src/test/pegtl/contrib_trace2.cpp
- src/test/pegtl/contrib_unescape.cpp+1-1
- src/test/pegtl/control_unwind.cpp+1-1
- src/test/pegtl/demangle.cpp+1-1
- src/test/pegtl/error_message.cpp+2-4
- src/test/pegtl/file_istream.cpp+1-1
- src/test/pegtl/icu_general.cpp+22
- src/test/pegtl/internal_endian.cpp+5-3
- src/test/pegtl/internal_file_mapper.cpp+5-1
- src/test/pegtl/internal_file_opener.cpp+2
- src/test/pegtl/main.hpp+1-1
- src/test/pegtl/parse_error.cpp+1-1
- src/test/pegtl/position.cpp+29-12
- src/test/pegtl/restart_input.cpp+40
- src/test/pegtl/result_type.hpp+4-4
- src/test/pegtl/rule_apply.cpp+2
- src/test/pegtl/rule_apply0.cpp+2
- src/test/pegtl/rule_if_apply.cpp+2
- src/test/pegtl/test_empty.cpp+13
- src/test/pegtl/test_result.cpp+38
- src/test/pegtl/test_setup.cpp+1
- src/test/pegtl/verify_fail.hpp+1-1
- src/test/pegtl/verify_file.hpp+2-4
- src/test/pegtl/verify_impl.hpp+3-1
- src/test/pegtl/verify_meta.hpp+7-3
- src/test/pegtl/visit.cpp+31
0 commit comments