yeslogic / fathom

🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Apache License 2.0
259 stars 14 forks source link

Span related cleanups #396

Closed brendanzab closed 2 years ago

brendanzab commented 2 years ago

Addressed some stuff I came across after the addition of spans. I’ve computed spans in some places in the elaborated terms. I also added a by-value conversion on byte ranges to make things a little cleaner in places, and cached some commonly used values to increase sharing (see the commit comment for more details).