Is it the end of the stream?

Also return true after a fatal error.

Property definitions

saxophonit $ XophonLexer :: eof
	# Is it the end of the stream?
	#
	# Also return `true` after a fatal error.
	fun eof: Bool do return last_char < 0
lib/saxophonit/lexer.nit:283,2--286,38