saxophonit :: XophonLexer :: is_int
c
# Does the last read byte equal `c`? fun is_int(c: Int): Bool do return last_char == c