troyhen / neo

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

Add character literals #24

Closed troyhen closed 12 years ago

troyhen commented 13 years ago

These need to work:

?a == 97
?A == 65
?? == 63
?/n == 13
?\0x40 == ?@
?066 == ?6
troyhen commented 12 years ago

Done