Characters and ASCIIIn progressThe byte as a value, the ASCII table, and the classification predicates.0/40 / 4 required2 to 2
Strings: walking and searchingIn progressA string is an array of bytes plus its terminator, and nothing more.1/61 / 6 required2 to 4
Writing text without overflowingIn progressCapacity, termination, and the truncation you have to decide on.1/41 / 4 required3 to 4
Words and tokensWord boundaries, tokenising, and normalising whitespace.0/40 / 4 required3 to 4
Transforming textIn progressCharacter to character mapping, in place against out of place.1/51 / 5 required3 to 4
Numbers and basesText to number and back, in any base, without wrapping around.0/60 / 6 required3 to 5