Accept the specified byte.

Property definitions

saxophonit $ XophonLexer :: accept
	# Accept the specified byte.
	fun accept(expected: Char): Bool do
		return accept_int(expected.code_point)
	end
lib/saxophonit/lexer.nit:318,2--321,4