Skip to content

Releases: typhoon-hil/cparser

v0.5.2

27 Dec 09:05
ccabc53
Compare
Choose a tag to compare

What's Changed

Fixed

  • Single parameter function calls are now properly parsed as primary expressions (primary_exp) instead of declarations (decl).

Changed

  • Migrated setup to pyproject.toml

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Nov 14:18
234a409
Compare
Choose a tag to compare

C declaration lists (e.g. C code float a, b, c;) are now properly parsed into parser.declarations

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1