saxophonit :: XophonLexer :: accept_s
S
# Accept a `S` token. fun accept_s: Bool do if is_s then read_char return skip_s else return false end end