Transcrypt icon indicating copy to clipboard operation
Transcrypt copied to clipboard

Add missing number base conversion functions (bin, oct, hex) to builtins

Open JennaSys opened this issue 3 years ago • 0 comments

Add missing number base conversion functions (bin, oct, hex) to __builtin__.js Add autotests for new number base conversion functions to module_builtin

Addresses most of issue: https://github.com/QQuick/Transcrypt/issues/752 After this PR, I think the hash function is the only other missing built-in.

JennaSys avatar Feb 06 '22 06:02 JennaSys