• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

c_files/25-Apr-2025-580304

README.rstD25-Apr-2025393 97

c-to-c.pyD25-Apr-20251.5 KiB6330

c_json.pyD25-Apr-20256.2 KiB204107

cdecl.pyD25-Apr-20256.3 KiB200124

dump_ast.pyD25-Apr-2025922 2813

explore_ast.pyD25-Apr-20255.4 KiB16029

func_calls.pyD25-Apr-20251.3 KiB4824

func_defs.pyD25-Apr-20251.3 KiB4718

rewrite_ast.pyD25-Apr-2025612 3218

serialize_ast.pyD25-Apr-2025907 3716

using_cpp_libc.pyD25-Apr-2025871 3112

using_gcc_E_libc.pyD25-Apr-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