1 file changed
+1
-1
lines changed- .appveyor.yml-15
- .clang-tidy+1
- .conan/build.py-78
- .conan/test_package/CMakeLists.txt-12
- .conan/test_package/conanfile.py-20
- .conan/test_package/test_package.cpp-355
- .travis.yml+81-163
- README.md+3-4
- conanfile.py-31
- doc/Changelog.md+7
- doc/Errors-and-Exceptions.md+13
- doc/Installing-and-Using.md+27-66
- doc/README.md+1
- include/tao/pegtl/analysis/analyze_cycles.hpp+1-2
- include/tao/pegtl/analysis/counted.hpp+1-2
- include/tao/pegtl/analysis/generic.hpp+1-2
- include/tao/pegtl/analysis/insert_guard.hpp+1-2
- include/tao/pegtl/analysis/insert_rules.hpp-25
- include/tao/pegtl/analysis/rule_info.hpp+1-2
- include/tao/pegtl/argv_input.hpp+2-4
- include/tao/pegtl/contrib/icu/utf16.hpp+4-8
- include/tao/pegtl/contrib/icu/utf32.hpp+4-8
- include/tao/pegtl/contrib/icu/utf8.hpp+2-4
- include/tao/pegtl/contrib/if_then.hpp+2-4
- include/tao/pegtl/contrib/parse_tree.hpp+68-32
- include/tao/pegtl/contrib/raw_string.hpp+8-7
- include/tao/pegtl/contrib/rep_one_min_max.hpp+3-3
- include/tao/pegtl/contrib/rep_string.hpp+1-2
- include/tao/pegtl/cstream_input.hpp+1-2
- include/tao/pegtl/internal/action.hpp+7-3
- include/tao/pegtl/internal/action_input.hpp+1-2
- include/tao/pegtl/internal/always_false.hpp+1-2
- include/tao/pegtl/internal/at.hpp+9-7
- include/tao/pegtl/internal/control.hpp+7-3
- include/tao/pegtl/internal/cstream_reader.hpp+1-1
- include/tao/pegtl/internal/disable.hpp+7-3
- include/tao/pegtl/internal/enable.hpp+7-3
- include/tao/pegtl/internal/file_mapper_posix.hpp+1-2
- include/tao/pegtl/internal/file_mapper_win32.hpp+4-8
- include/tao/pegtl/internal/file_opener.hpp+1-2
- include/tao/pegtl/internal/file_reader.hpp+2-4
- include/tao/pegtl/internal/if_must.hpp+1-1
- include/tao/pegtl/internal/istream_reader.hpp+1-2
- include/tao/pegtl/internal/istring.hpp+1-2
- include/tao/pegtl/internal/iterator.hpp+2-4
- include/tao/pegtl/internal/marker.hpp+2-4
- include/tao/pegtl/internal/must.hpp+3-16
- include/tao/pegtl/internal/not_at.hpp+9-7
- include/tao/pegtl/internal/opt.hpp+8-8
- include/tao/pegtl/internal/plus.hpp+7-3
- include/tao/pegtl/internal/ranges.hpp+1-2
- include/tao/pegtl/internal/rep.hpp+12-11
- include/tao/pegtl/internal/rep_min_max.hpp+13-13
- include/tao/pegtl/internal/rep_opt.hpp+7-3
- include/tao/pegtl/internal/require.hpp+1-2
- include/tao/pegtl/internal/seq.hpp+1-2
- include/tao/pegtl/internal/sor.hpp+2-4
- include/tao/pegtl/internal/star.hpp+7-2
- include/tao/pegtl/internal/state.hpp+7-3
- include/tao/pegtl/internal/string.hpp+1-2
- include/tao/pegtl/internal/try_catch_type.hpp+8-8
- include/tao/pegtl/internal/until.hpp+8-5
- include/tao/pegtl/istream_input.hpp+1-2
- include/tao/pegtl/memory_input.hpp+20-40
- include/tao/pegtl/mmap_input.hpp+2-4
- include/tao/pegtl/normal.hpp+14-5
- include/tao/pegtl/nothing.hpp+1-2
- include/tao/pegtl/parse_error.hpp+3-6
- include/tao/pegtl/position.hpp+2-4
- include/tao/pegtl/read_input.hpp+3-6
- include/tao/pegtl/rules.hpp+2-2
- include/tao/pegtl/string_input.hpp+2-4
- src/example/pegtl/abnf2pegtl.cpp+582-576
- src/example/pegtl/analyze.cpp+2-4
- src/example/pegtl/chomsky_hierarchy.cpp+6-12
- src/example/pegtl/csv1.cpp+1-2
- src/example/pegtl/json_build.cpp+1-2
- src/example/pegtl/json_classes.hpp+7-14
- src/example/pegtl/modulus_match.cpp+1-2
- src/test/pegtl/CMakeLists.txt+1
- src/test/pegtl/actions_one.cpp+9-9
- src/test/pegtl/actions_two.cpp+4-2
- src/test/pegtl/contrib_http.cpp+1-2
- src/test/pegtl/contrib_parse_tree.cpp+1-2
- src/test/pegtl/contrib_raw_string.cpp+2-4
- src/test/pegtl/data_cstring.cpp+3-3
- src/test/pegtl/error_message.cpp+39
- src/test/pegtl/file_cstream.cpp+6-6
- src/test/pegtl/file_istream.cpp+6-6
- src/test/pegtl/file_read.cpp+2-4
- src/test/pegtl/pegtl_string_t.cpp+6-6
- src/test/pegtl/position.cpp+1-2
- src/test/pegtl/rule_state.cpp+2-4
- src/test/pegtl/verify_file.hpp+4-2
- src/test/pegtl/verify_rule.hpp+2-4
0 commit comments