Skip to content

Commit

Permalink
Mention cffi use in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed May 10, 2015
1 parent c830da8 commit e9f5bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Anything that needs C code to be parsed. The following are some uses for
* Automatic unit-test discovery
* Adding specialized extensions to the C language

One of the most popular uses of **pycparser** is in the `cffi
<https://cffi.readthedocs.org/en/latest/>`_ library, which uses it to parse the
declarations of C functions and types in order to auto-generate FFIs.
**pycparser** is unique in the sense that it's written in pure Python - a very
high level language that's easy to experiment with and tweak. To people familiar
with Lex and Yacc, **pycparser**'s code will be simple to understand.
Expand Down

0 comments on commit e9f5bc7

Please sign in to comment.