bigyihsuan / International-Phonetic-Esoteric-Language

IPEL. An esoteric programming language that uses mostly IPA.
MIT License
10 stars 1 forks source link

Unify strings and lists #22

Open bigyihsuan opened 4 years ago

bigyihsuan commented 4 years ago

String "abc" syntax should be syntactic sugar for [a.b.c] where a,b,c is the ord() of the characters in the string.

All string ops and docs should be updated to reflect this.