Skip to content

Releases: nazmulpcc/php-cparser

v0.2.0

25 Apr 14:01
fae278d

Choose a tag to compare

Initial public release of php-cparser, a native PHP extension for inspecting C and C++ source code through libclang.

Highlights

  • Parse C/C++ translation units from PHP.
  • Traverse Clang cursors with lazy iterators and CursorKind filtering.
  • Inspect classes, structs, methods, fields, functions, enums, aliases, parameters, base classes, and access specifiers.
  • Read C++ method traits, diagnostics, include entries, annotations, types, and template arguments.
  • Includes Linux and macOS builds for PHP 8.4 and PHP 8.5.

Full Changelog: https://github.com/nazmulpcc/php-cparser/commits/v0.2.0