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

..--

c_files/23-Nov-2023-580304

README.rstD23-Nov-2023393 97

c-to-c.pyD23-Nov-20231.5 KiB6330

c_json.pyD23-Nov-20236.2 KiB204107

cdecl.pyD23-Nov-20236.3 KiB200124

dump_ast.pyD23-Nov-2023922 2813

explore_ast.pyD23-Nov-20235.4 KiB16029

func_calls.pyD23-Nov-20231.3 KiB4824

func_defs.pyD23-Nov-20231.3 KiB4718

rewrite_ast.pyD23-Nov-2023612 3218

serialize_ast.pyD23-Nov-2023907 3716

using_cpp_libc.pyD23-Nov-2023871 3112

using_gcc_E_libc.pyD23-Nov-2023929 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