aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.rst
blob: 89642270b5710a68486332c4bed34c95ce156b0e (plain)
1
2
3
4
5
6
7
8
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-headersfor>`_
more details.