Does an error prevent the program to stop at check_errors?

Default to false. Set this value to true if you need to keep the program going in case of error.

Property definitions

nitc $ ToolContext :: keep_going
	# Does an error prevent the program to stop at `check_errors`?
	#
	# Default to false.
	# Set this value to `true` if you need to keep the program going in case of error.
	var keep_going = false is writable
src/toolcontext.nit:161,2--165,35