Expect Eq.

Property definitions

saxophonit $ XophonLexer :: expect_eq
	# Expect `Eq`.
	fun expect_eq: Bool do
		return skip_s and expect('=', "") and skip_s
	end
lib/saxophonit/lexer.nit:231,2--234,4