vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Add support for hex and binary integer literals #94

Closed troy-lamerton closed 3 years ago

troy-lamerton commented 3 years ago

Add support for hex and binary integer literals

With this change, Swift code like let a = 0xFF is converted instead of error.

vinivendra commented 3 years ago

This is great, thanks for the PR!