Expect S.

Property definitions

saxophonit $ XophonLexer :: expect_s
	# Expect `S`.
	fun expect_s: Bool do
		return (accept_s and skip_s) or fire_unexpected_char(". Expecting white space")
	end
lib/saxophonit/lexer.nit:122,2--125,4