saxophonit :: XophonLexer :: skip_s
S?
true
# Skip a `S?` token and return `true`. fun skip_s: Bool do while is_s do read_char return true end