1 file changed
+1
-1
lines changed- .appveyor.yml+11-48
- .clang-tidy+1
- .travis.yml+127-101
- Makefile+2-3
- README.md+33-13
- doc/Changelog.md+4-2
- doc/Contrib-and-Examples.md+2-35
- doc/Control-and-Debug.md+10-8
- doc/Errors-and-Exceptions.md+62-4
- doc/Getting-Started.md+48-30
- doc/Inputs-and-Parsing.md+6-10
- doc/Installing-and-Using.md+12-4
- doc/README.md+8-1
- doc/Rule-Reference.md+4-4
- doc/Rules-and-Grammars.md+11-8
- include/tao/pegtl/contrib/alphabet.hpp+52-52
- include/tao/pegtl/contrib/icu/internal.hpp+53-37
- include/tao/pegtl/contrib/integer.hpp+5-57
- include/tao/pegtl/contrib/json.hpp+5-4
- include/tao/pegtl/contrib/parse_tree.hpp+2
- include/tao/pegtl/internal/dusel_mode.hpp-23
- include/tao/pegtl/internal/duseltronik.hpp-224
- include/tao/pegtl/internal/file_mapper_posix.hpp+60-8
- include/tao/pegtl/internal/file_mapper_win32.hpp+23-25
- include/tao/pegtl/internal/file_opener.hpp-71
- include/tao/pegtl/internal/file_reader.hpp+27-22
- include/tao/pegtl/internal/marker.hpp+1-1
- include/tao/pegtl/internal/path_to_string.hpp+26
- include/tao/pegtl/match.hpp+123-26
- include/tao/pegtl/mmap_input.hpp+13-11
- include/tao/pegtl/position.hpp+7
- include/tao/pegtl/read_input.hpp+15-32
- src/example/pegtl/dynamic_match.cpp+4-2
- src/example/pegtl/json_errors.hpp+1-1
- src/example/pegtl/symbol_table.cpp+5-2
- src/test/pegtl/contrib_integer.cpp+3-21
- src/test/pegtl/contrib_parse_tree.cpp+13
- src/test/pegtl/file_read.cpp+2-6
- src/test/pegtl/file_äöü𝄞_data.txt+11
- src/test/pegtl/parse_error.cpp+11
- src/test/pegtl/verify_file.hpp+19-34
0 commit comments