The associated toolchain

Set by modelbuilder.write_and_make and permit sub-routines to access the current toolchain if required.

Property definitions

nitc $ AbstractCompiler :: toolchain=
	# The associated toolchain
	#
	# Set by `modelbuilder.write_and_make` and permit sub-routines to access the current toolchain if required.
	var toolchain: Toolchain is noinit
src/compiler/abstract_compiler.nit:617,2--620,35