savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
153 stars 12 forks source link

Add `I128` / `U128` types #456

Open mneumann opened 1 year ago

mneumann commented 1 year ago

This adds 128-bit wide integer types I128 and U128. These can be useful in various situations, e.g. to simplify BCD

jemc commented 1 year ago

I agree that these would be valuable.