Does the last read byte equal c?

Property definitions

saxophonit $ XophonLexer :: is_char
	# Does the last read byte equal `c`?
	fun is_char(c: Char): Bool do return last_char == c.code_point
lib/saxophonit/lexer.nit:305,2--306,63