Akuli / jou

Yet another programming language
MIT License
12 stars 4 forks source link

is_ascii_letter #418

Closed littlewhitecloud closed 10 months ago

littlewhitecloud commented 10 months ago

I am lazy to write tests lol

littlewhitecloud commented 10 months ago

Just for tests to make the pr open instead of draft, do not merge

Akuli commented 10 months ago

isupper() and similar functions depend on the current locale, which is nowadays a bad idea. That's why I wanted functions similar to other stuff in ascii.jou instead.

littlewhitecloud commented 10 months ago

isupper() and similar functions depend on the current locale, which is nowadays a bad idea. That's why I wanted functions similar to other stuff in instead.ascii.jou

I am sorry I forgot that. I will rewrite it without declare