You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
c_files v811_spc009_project 4 months ago
README.rst v811_spc009_project 4 months ago
c-to-c.py v811_spc009_project 4 months ago
c_json.py v811_spc009_project 4 months ago
cdecl.py v811_spc009_project 4 months ago
dump_ast.py v811_spc009_project 4 months ago
explore_ast.py v811_spc009_project 4 months ago
func_calls.py v811_spc009_project 4 months ago
func_defs.py v811_spc009_project 4 months ago
rewrite_ast.py v811_spc009_project 4 months ago
serialize_ast.py v811_spc009_project 4 months ago
using_cpp_libc.py v811_spc009_project 4 months ago
using_gcc_E_libc.py v811_spc009_project 4 months ago

README.rst

Run these examples from the root directory of pycparser.

Please note that most realistic C code samples would require running the C
preprocessor before passing the code to **pycparser**; see the `README file
<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
`this blog post
<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
more details.