jmeaster30 / ocean

A C-like programming language (get it like sea-like like an ocean lol)
GNU General Public License v3.0
0 stars 0 forks source link

Add hex literals #24

Closed jmeaster30 closed 11 months ago

jmeaster30 commented 2 years ago

This would be a new token so a parser change is necessary

a hex literal would be a "0x" followed by at least 1 pair of hex digits (case insensitive)

the type would be the unsigned chain of integers

jmeaster30 commented 11 months ago

closing obsolete ocean issues