• Home
Name Date Size #Lines LOC

..--

c_files/03-May-2024-580304

README.rstD03-May-2024393 97

c-to-c.pyD03-May-20241.5 KiB6330

c_json.pyD03-May-20246.2 KiB204107

cdecl.pyD03-May-20246.3 KiB200124

dump_ast.pyD03-May-2024779 2611

explore_ast.pyD03-May-20245.4 KiB16029

func_calls.pyD03-May-20241.2 KiB4722

func_defs.pyD03-May-20241.3 KiB4718

rewrite_ast.pyD03-May-2024612 3218

serialize_ast.pyD03-May-2024907 3716

using_cpp_libc.pyD03-May-2024871 3112

using_gcc_E_libc.pyD03-May-2024929 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