Cache of the last used compiled regular expression

Property definitions

core $ Regex :: native
	# Cache of the last used compiled regular expression
	private var native: nullable NativeRegex = null
lib/core/re.nit:180,2--181,48