google / emboss

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

Support Integer Division and Modulus in the Emboss Expression Sublanguage #41

Open reventlov opened 2 years ago

reventlov commented 2 years ago

Emboss should support integer division and modulus.

Note that there are several subtleties to these operations. reventlov to provide a proper design doc.