powerlang / egg

Egg Smalltalk
MIT License
13 stars 2 forks source link

Character: Add isHexDigit and isAsciiLetter #50

Closed iglosiggio closed 5 months ago

iglosiggio commented 5 months ago

This PR adds Character >> isHexDigit and Character >> isAsciiLetter. I don't remember where these methods were used.

iglosiggio commented 5 months ago

isAsciiLetter is used on Character>>numericValue and Character>>digitValue. Also those methods have the same code. Should we merge them?

isHexDigit is used on Nativization.Assembly.Intel.InstructionSpec