2 files changed
+4
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| 195 | + | |
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
| |||
2117 | 2118 |
| |
2118 | 2119 |
| |
2119 | 2120 |
| |
| 2121 | + | |
2120 | 2122 |
| |
2121 | 2123 |
| |
2122 | 2124 |
| |
| |||
2240 | 2242 |
| |
2241 | 2243 |
| |
2242 | 2244 |
| |
| 2245 | + | |
2243 | 2246 |
| |
2244 | 2247 |
| |
2245 | 2248 |
| |
|
- .github/workflows/ci.yml+1-1
- .gitignore+1
- CHANGES+8
- README.rst+9-6
- TODO.txt+6-4
- examples/c_files/basic.c+6
- examples/c_files/memmgr.h+1-1
- examples/c_files/pragmas.c+15
- examples/c_files/year.c+2-2
- examples/dump_ast.py+5-2
- examples/explore_ast.py+1-1
- examples/func_calls.py+4-4
- examples/func_defs.py+1-1
- examples/func_defs_add_param.py+5-1
- examples/rewrite_ast.py+1
- examples/serialize_ast.py+15-12
- pycparser/__init__.py+1-1
- pycparser/_ast_gen.py-2
- pycparser/_c_ast.cfg+7-3
- pycparser/ast_transforms.py+58
- pycparser/c_ast.py+50-9
- pycparser/c_generator.py+19-6
- pycparser/c_lexer.py+51-11
- pycparser/c_parser.py+116-46
- pycparser/plyparser.py+2-2
- setup.py+2-1
- tests/c_files/c11.c+56
- tests/c_files/memmgr.h+1-1
- tests/c_files/year.c+2-2
- tests/test_c_ast.py-2
- tests/test_c_generator.py+113-15
- tests/test_c_lexer.py+12-1
- tests/test_c_parser.py+192-8
- tests/test_examples.py+34
- tests/test_general.py+16-16
- tests/test_util.py+54
- utils/fake_libc_include/_fake_defines.h+33-2
- utils/fake_libc_include/_fake_typedefs.h+50
- utils/fake_libc_include/stdalign.h+2
- utils/fake_libc_include/stdatomic.h+2
- utils/fake_libc_include/stdnoreturn.h+2
- utils/fake_libc_include/threads.h+2
- utils/internal/fake_includes.py+2-1
- utils/internal/make_fake_typedefs.py+3-2
- utils/internal/memprofiling.py+1-3
- utils/internal/zc.c+1-1
- utils/internal/zz-ctoc.py+1-1
- utils/internal/zz_parse.py+13-9
0 commit comments