Skip to content

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_normalizer and cpp_normalizer implementations.
  • C/C++ support in code_parsers.extractor and PolyglotExtractor.
  • Extension-map and parsing-dispatch coverage for C/C++ file types.

Changed

  • code_parsers became the canonical import path for the parsing stack.
  • Tests and examples moved off deprecated code_scalpel.polyglot imports.