PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
367 stars 22 forks source link

Add bigint.hex, bigint.binary, bigint.bitlength #757

Closed Sainan closed 6 months ago

well-in-that-case commented 6 months ago

Tests? They never hurt.

Sainan commented 6 months ago

Yeah, I've tested them. They work. :^)

well-in-that-case commented 6 months ago

Mind you we have tests for things as simple as 'toupper'. More tests is always more better.