v2.3.0
[2.3.0] - 2025-01-13
Added
- New
Block::add_commentAPI to add comments inside blocks;Block::itemsis nowVec<BlockItem>instead ofVec<Statement>(#25). - New
Type::Zerofor internal zero-sized type representation. (#27) - Debug instruction support with
Instr::DbgFileandInstr::DbgLocfor source mapping. (#27)
Changed
- BREAKING: New field
Option<u64>insideInstr::Callto specify variadic arguments (#24).
New Contributors
Full Changelog: v2.2.0...v2.3.0