tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
267 stars 53 forks source link

Arbitrary precision numbers #374

Open 0kenx opened 2 weeks ago

0kenx commented 2 weeks ago

It's quite easy for Tact to support arbitrary precision numbers such as int4 uint22 uint160 etc.

This would save gas in many circumstances.

novusnota commented 2 weeks ago

You mean, as serialization options, like: Int as int4, etc.? Seems interesting.