saxophonit :: XophonLexer :: is_s
S
# Is the last read byte matches the `S` production? fun is_s:Bool do return last_char == 32 or last_char == 9 or last_char == 10 end