compiler to convert Perl XS code into C code - https://perldoc.perl.org/xsubpp - “This compiler is typically run by the makefiles created by ExtUtils::MakeMaker or by Module::Build or other Perl module build tools” - ExtUtils::ParseXSに実装がある - https://github.com/Perl/perl5/blob/blead/dist/ExtUtils-ParseXS/lib/ExtUtils /ParseXS.pm - 「大規模なリファクタリングが始まっている」!! - https://speakerdeck.com/charsbar/2025nian-qiu-noperl?slide=59 28