Skip to content

Releases: eliben/pycparser

release_v3.00

21 Jan 14:31

Choose a tag to compare

What's Changed

  • Removed dependency on PLY, by rewriting pycparser to use a hand-written lexer and recursive-descent parser for C. No API changes / functionality changes intended - the same AST is produced.
  • Add support for Python 3.14 and drop EOL 3.8 by @hugovk in #581
  • Update _ast_gen.py to be in sync with c_ast.py by @simonlindholm in #582

Full Changelog: release_v2.23...release_v3.00

release_v2.23

09 Sep 13:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release_v2.22...release_v2.23

release_v2.22

30 Mar 13:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release_v2.21...release_v2.22