v1.5.0 Release Notes¶
Release Date: February 24, 2026
Release Type: Minor
Highlights¶
- Initial C and C++ parsing support added.
- C/C++ integrated into the unified extractor and parser pipeline.
- Detection heuristics updated for C vs C++ disambiguation.
- Realistic parser tests added for 3D-project style code patterns.
Added¶
- New
c_normalizerandcpp_normalizerimplementations. - C/C++ support in
code_parsers.extractorandPolyglotExtractor. - Extension-map and parsing-dispatch coverage for C/C++ file types.
Changed¶
code_parsersbecame the canonical import path for the parsing stack.- Tests and examples moved off deprecated
code_scalpel.polyglotimports.