sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Add utf8 support to the compiler #6

Closed sbuberl closed 6 years ago

sbuberl commented 6 years ago

Add support for utf8 encoding of the source and use Unicode libraries for checking for digits. letters, etc.

sbuberl commented 6 years ago

Added icu4c. Added Utf8String class to hold utf8 strings and wrap ICU library.