saxophonit :: XophonLexer :: is_char
c
# Does the last read byte equal `c`? fun is_char(c: Char): Bool do return last_char == c.code_point