Close the input.

Property definitions

saxophonit $ XophonLexer :: close
	# Close the input.
	fun close do
		last_char = -1
		input.close
	end
lib/saxophonit/lexer.nit:296,2--300,4