google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
71 stars 21 forks source link

Add `ir_data_utils.reader` #144

Closed EricRahm closed 4 months ago

EricRahm commented 4 months ago

This adds an ir_data_utils.reader wrapper that will be used to access potentially unset chains of fields in an ir_data instance. For now this is simply an annotation that marks sites that are accessing missing fields.

Part of #118.

EricRahm commented 4 months ago

FYI @robrussell