saxophonit :: XophonLexer :: expect_s
S
# Expect `S`. fun expect_s: Bool do return (accept_s and skip_s) or fire_unexpected_char(". Expecting white space") end