Akuli / jou

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

Add is_ascii_letter() to stdlib/ascii.jou #408

Closed Akuli closed 9 months ago

Akuli commented 9 months ago

Pretty self-explanatory. Should return True for letters A-Z and a-z.

Needs test in tests/should_succeed/ascii_test.jou

While we're at it we might as well add other similar functions, if I forgot any (not sure). We could look at what's in ctype.h for some inspiration.

@littlewhitecloud want to do this? :)

Akuli commented 9 months ago

Fixed in #418