Start the lexer.

Property definitions

saxophonit $ XophonLexer :: start
	# Start the lexer.
	fun start do
		if eof then
			last_char = 0
			read_char
		end
	end
lib/saxophonit/lexer.nit:288,2--294,4