Does the last read byte equal c?

Property definitions

saxophonit $ XophonLexer :: is_int
	# Does the last read byte equal `c`?
	fun is_int(c: Int): Bool do return last_char == c
lib/saxophonit/lexer.nit:302,2--303,50