Releases: nazmulpcc/php-cparser
Releases · nazmulpcc/php-cparser
v0.2.0
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
CursorKindfiltering. - 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