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

Arithmetic operator sugar #377

Closed wezm closed 2 years ago

wezm commented 2 years ago

Allow use of arithmetic operators +, -, *, /, which de-sugar into calls to *_add, *_mul, etc.