Allocate a new NativeRegex, it must then be compiled using regcomp before calling regexec

Property definitions

core $ NativeRegex :: malloc
	# Allocate a new `NativeRegex`, it must then be compiled using `regcomp` before calling `regexec`
	new malloc `{ return malloc(sizeof(regex_t)); `}
lib/core/re.nit:41,2--42,49