File tree
145 files changed
+16339
-4275
lines changed- .github/workflows
- cmake
- doc
- include
- graphqlservice
- internal
- introspection
- res
- samples
- client
- learn
- separate_nointrospection
- separate
- star_wars
- today
- unified_nointrospection
- unified
- validation
- src
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
145 files changed
+16339
-4275
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: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
|
- .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: 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 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
46 | 45 |
| |
47 |
| - | |
| 46 | + | |
48 | 47 |
| |
49 | 48 |
| |
50 | 49 |
| |
| |||
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 |
| - | |
| 72 | + | |
74 | 73 |
| |
75 | 74 |
| |
76 | 75 |
| |
|
Lines changed: 17 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
122 | 121 |
| |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
129 | 127 |
| |
130 |
| - | |
131 |
| - | |
| 128 | + | |
| 129 | + | |
132 | 130 |
| |
133 |
| - | |
134 |
| - | |
| 131 | + | |
| 132 | + | |
135 | 133 |
| |
136 | 134 |
| |
137 |
| - | |
| 135 | + | |
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
|
0 commit comments