troyhen / neo

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

Add octal literal integers and longs #21

Closed troyhen closed 12 years ago

troyhen commented 12 years ago

These need to work: 01 == 1 010 == 8 077 == 63 077l == 63l

troyhen commented 12 years ago

Done