saxophonit :: XophonLexer :: accept_int
# Expect the specified byte. fun accept_int(expected: Int): Bool do if last_char == expected then read_char return true else return false end end