blob: 048f5a47d65606f51df4985194882c1aca22ec00 [file] [log] [blame]
Eli Bendersky2e387d42018-04-12 20:24:55 -07001Run 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
Eli Bendersky44457992018-04-12 20:27:03 -07005<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
6`this blog post
Eli Bendersky168f54c2018-04-12 20:27:43 -07007<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
Eli Bendersky2e387d42018-04-12 20:24:55 -07008more details.