Eli Bendersky | 2e387d4 | 2018-04-12 20:24:55 -0700 | [diff] [blame] | 1 | Run these examples from the root directory of pycparser. |
| 2 | |
| 3 | Please note that most realistic C code samples would require running the C |
| 4 | preprocessor before passing the code to **pycparser**; see the `README file |
Eli Bendersky | 4445799 | 2018-04-12 20:27:03 -0700 | [diff] [blame] | 5 | <https://github.com/eliben/pycparser/blob/master/README.rst>`_ and |
| 6 | `this blog post |
Eli Bendersky | 168f54c | 2018-04-12 20:27:43 -0700 | [diff] [blame] | 7 | <https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_ |
Eli Bendersky | 2e387d4 | 2018-04-12 20:24:55 -0700 | [diff] [blame] | 8 | more details. |