File tree
363 files changed
+25869
-15727
lines changed- .github/workflows
- cmake
- doc
- include
- graphqlservice
- internal
- introspection
- res
- samples
- client
- benchmark
- mutate
- query
- subscribe
- learn
- schema
- separate
- separate_nointrospection
- star_wars
- today
- nointrospection
- schema
- unified
- unified_nointrospection
- validation
- schema
- src
- introspection
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
363 files changed
+25869
-15727
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 6 | + | |
| 7 | + | |
11 | 8 |
| |
12 | 9 |
| |
13 | 10 |
| |
| |||
33 | 30 |
| |
34 | 31 |
| |
35 | 32 |
| |
36 |
| - | |
37 |
| - | |
38 | 33 |
| |
39 | 34 |
| |
40 | 35 |
| |
| |||
45 | 40 |
| |
46 | 41 |
| |
47 | 42 |
| |
48 |
| - | |
| 43 | + | |
49 | 44 |
| |
50 | 45 |
| |
51 | 46 |
| |
|
- .github/workflows/android.yml+9-1
- .github/workflows/clang-analyze.yml+12-2
- .github/workflows/clang-format.yml+11-3
- .github/workflows/clang-tidy.yml+12-2
- .github/workflows/code-coverage.yml+9-1
- .github/workflows/codeql-analysis.yml+8-2
- .github/workflows/linux.yml+40-30
- .github/workflows/macos.yml+9-1
- .github/workflows/no-exceptions.yml+11-3
- .github/workflows/sanitizer.yml+10-2
- .github/workflows/windows.yml+9-1
- CMakeLists.txt+5
- README.md+6-2
- doc/Actions-and-States.md+68-2
- doc/Changelog.md+19
- doc/Contrib-and-Examples.md+11
- doc/Errors-and-Exceptions.md+1-1
- doc/Grammar-Analysis.md+1-1
- doc/Installing-and-Using.md+2-4
- doc/Parse-Tree.md+7-2
- doc/README.md+3
- doc/Rule-Reference.md+10-1
- include/tao/pegtl.hpp+1
- include/tao/pegtl/argv_input.hpp+3-3
- include/tao/pegtl/ascii.hpp+1
- include/tao/pegtl/buffer_input.hpp+5-2
- include/tao/pegtl/change_action_and_state.hpp+24-6
- include/tao/pegtl/change_state.hpp+25-6
- include/tao/pegtl/contrib/add_state.hpp+69
- include/tao/pegtl/contrib/analyze.hpp+3-3
- include/tao/pegtl/contrib/check_bytes.hpp+55
- include/tao/pegtl/contrib/control_action.hpp-2
- include/tao/pegtl/contrib/http.hpp+4-4
- include/tao/pegtl/contrib/instantiate.hpp+1-1
- include/tao/pegtl/contrib/integer.hpp+39-7
- include/tao/pegtl/contrib/internal/set_stack_guard.hpp+3-3
- include/tao/pegtl/contrib/internal/vector_stack_guard.hpp+3-3
- include/tao/pegtl/contrib/iri.hpp+106
- include/tao/pegtl/contrib/limit_bytes.hpp+88
- include/tao/pegtl/contrib/limit_depth.hpp+83
- include/tao/pegtl/contrib/peg.hpp+121
- include/tao/pegtl/contrib/proto3.hpp+142
- include/tao/pegtl/contrib/separated_seq.hpp+45
- include/tao/pegtl/contrib/state_control.hpp+8-4
- include/tao/pegtl/contrib/uri.hpp+1-1
- include/tao/pegtl/internal/cstream_reader.hpp+3-3
- include/tao/pegtl/internal/file_mapper_posix.hpp+6-6
- include/tao/pegtl/internal/file_mapper_win32.hpp+6-6
- include/tao/pegtl/internal/file_reader.hpp+2-2
- include/tao/pegtl/internal/istream_reader.hpp+3-2
- include/tao/pegtl/internal/marker.hpp+6-6
- include/tao/pegtl/internal/ranges.hpp+20-31
- include/tao/pegtl/internal/state.hpp+29-13
- include/tao/pegtl/memory_input.hpp+21-8
- include/tao/pegtl/mmap_input.hpp+4-4
- include/tao/pegtl/must_if.hpp-2
- include/tao/pegtl/normal.hpp+7-6
- include/tao/pegtl/parse.hpp+20-33
- include/tao/pegtl/parse_error.hpp+5
- include/tao/pegtl/position.hpp+3-3
- include/tao/pegtl/read_input.hpp+2-2
- include/tao/pegtl/string_input.hpp+4-4
- include/tao/pegtl/version.hpp+2-2
- include/tao/pegtl/visit.hpp+37-23
- src/example/pegtl/CMakeLists.txt+3-2
- src/example/pegtl/abnf2pegtl.cpp+15-9
- src/example/pegtl/expression.cpp+520
- src/example/pegtl/indent_aware.cpp-2
- src/example/pegtl/iri.cpp+101
- src/example/pegtl/json_classes.hpp+2-2
- src/example/pegtl/json_errors.hpp+5-3
- src/example/pegtl/json_parse.cpp+12-2
- src/example/pegtl/lua53_print_debug.cpp-25
- src/example/pegtl/lua53_print_names.cpp-25
- src/example/pegtl/peg.peg+37
- src/example/pegtl/peg2pegtl.cpp+545
- src/example/pegtl/proto3.cpp+1-118
- src/example/pegtl/token_input.cpp+4-4
- src/test/pegtl/CMakeLists.txt+6
- src/test/pegtl/check_bytes.cpp+50
- src/test/pegtl/contains.cpp+24
- src/test/pegtl/contrib_analyze.cpp+1
- src/test/pegtl/contrib_control_action.cpp+4-4
- src/test/pegtl/contrib_if_then.cpp+1-1
- src/test/pegtl/contrib_instantiate.cpp+2-2
- src/test/pegtl/contrib_integer.cpp+30-29
- src/test/pegtl/contrib_iri.cpp+57
- src/test/pegtl/contrib_separated_seq.cpp+24
- src/test/pegtl/contrib_uri.cpp+19-17
- src/test/pegtl/error_message.cpp+9-3
- src/test/pegtl/internal_file_mapper.cpp+2-2
- src/test/pegtl/internal_file_opener.cpp+1-1
- src/test/pegtl/limit_bytes.cpp+50
- src/test/pegtl/limit_depth.cpp+50
- src/test/pegtl/rule_apply.cpp+1-1
- src/test/pegtl/rule_apply0.cpp+1-1
- src/test/pegtl/rule_if_apply.cpp+1-1
- src/test/pegtl/verify_impl.hpp+1-1
Lines changed: 103 additions & 45 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
18 | 29 |
| |
19 | 30 |
| |
20 | 31 |
| |
21 | 32 |
| |
22 | 33 |
| |
| 34 | + |
Lines changed: 107 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + |
Lines changed: 60 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + |
Lines changed: 59 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + |
0 commit comments