You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
549 B

7 years ago
  1. Metadata-Version: 2.0
  2. Name: pycparser
  3. Version: 2.18
  4. Summary: C parser in Python
  5. Home-page: https://github.com/eliben/pycparser
  6. Author: Eli Bendersky
  7. Author-email: eliben@gmail.com
  8. License: BSD
  9. Description-Content-Type: UNKNOWN
  10. Platform: Cross Platform
  11. Classifier: Programming Language :: Python :: 2
  12. Classifier: Programming Language :: Python :: 3
  13. pycparser is a complete parser of the C language, written in
  14. pure Python using the PLY parsing library.
  15. It parses C code into an AST and can serve as a front-end for
  16. C compilers or analysis tools.

Powered by TurnKey Linux.