Software Details:
Version: 2.13 updated
Upload Date: 4 Jun 15
Distribution Type: Freeware
Downloads: 101
It's a tool for using inside other applications that need to scrape C source code.
It parses C code into an AST and serves it as a front-end for C compilers or analysis tools.
It is written in pure Python using the PLY parsing library.
What is new in this release:
- Made running tests that call on 'cpp' a bit more robust.
- Added an optional parser argument to parse_file.
- Added some more fake headers for C99.
- Corrected coord for Ellipsis nodes.
- Support for C99 hexadecimal float constant.
What is new in version 2.12:
- Made running tests that call on 'cpp' a bit more robust.
- Added an optional parser argument to parse_file.
- Added some more fake headers for C99.
- Corrected coord for Ellipsis nodes.
- Support for C99 hexadecimal float constant.
What is new in version 2.04:
- New:
- License changed from LGPL to BSD
- Added C99 integer types to fake headers
- Added unit tests for the c-to-c.py example
- Bug fixes:
- Issue 31 - constraining the scope of typedef definitions
- Issues 33, 35 - fixes for the c-to-c.py example
Comments not found