saxophonit :: XophonLexer :: accept
# Accept the specified byte. fun accept(expected: Char): Bool do return accept_int(expected.code_point) end