Releases: typhoon-hil/cparser
Releases · typhoon-hil/cparser
v0.5.2
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
C declaration lists (e.g. C code float a, b, c;
) are now properly parsed into parser.declarations
What's Changed
- Process all declarations in decl_list by @davidivkovic in #9
New Contributors
- @davidivkovic made their first contribution in #9
Full Changelog: v0.5.0...v0.5.1