• Home
Name Date Size #Lines LOC

..--

c_files/04-Jul-2025-580304

README.rstD04-Jul-2025393 97

c-to-c.pyD04-Jul-20251.5 KiB6330

c_json.pyD04-Jul-20256.2 KiB204107

cdecl.pyD04-Jul-20256.3 KiB200124

dump_ast.pyD04-Jul-2025922 2813

explore_ast.pyD04-Jul-20255.4 KiB16029

func_calls.pyD04-Jul-20251.3 KiB4824

func_defs.pyD04-Jul-20251.3 KiB4718

rewrite_ast.pyD04-Jul-2025612 3218

serialize_ast.pyD04-Jul-2025907 3716

using_cpp_libc.pyD04-Jul-2025871 3112

using_gcc_E_libc.pyD04-Jul-2025929 3112

README.rst

1Run these examples from the root directory of pycparser.
2
3Please note that most realistic C code samples would require running the C
4preprocessor before passing the code to **pycparser**; see the `README file
5<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
6`this blog post
7<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
8more details.
9