Skip to content

Add hex int syntax - #1403

Open
mattisboeckle wants to merge 4 commits into
mainfrom
hex-long
Open

Add hex int syntax#1403
mattisboeckle wants to merge 4 commits into
mainfrom
hex-long

Conversation

@mattisboeckle

@mattisboeckle mattisboeckle commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Allows for literals with exactly eight digits in hexadecimal format for Integers.
Works alongside the already existing syntax for byte literals in hex format.

Example

val a = 0xff00ff00ff
val b = 0x00000000
...

@mattisboeckle
mattisboeckle marked this pull request as draft June 22, 2026 12:51
@mattisboeckle
mattisboeckle marked this pull request as ready for review June 22, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant