tadeuzagallo / verve-lang

A functional language for the working hacker
https://verve-lang.org
MIT License
346 stars 7 forks source link

Properly print Char #6

Closed tadeuzagallo closed 7 years ago

tadeuzagallo commented 8 years ago

Right now chars as parsed as numbers, so they are indistinguishable. print('A') will evaluate to 65.