troyhen / neo

Neo Programming Language
https://groups.google.com/forum/#!forum/neo-lang
12 stars 0 forks source link

Add hexadecimal literal integers and longs #22

Closed troyhen closed 12 years ago

troyhen commented 12 years ago

These need to work: 0x1 == 1 0x10 == 16 0xff == 255 0xffl == 255l

troyhen commented 12 years ago

Done