Jack Kelliher

Results 2 issues of Jack Kelliher

The IsMatch function does not accept values that are not constants at runtime. There is no reason for this to be the case. Unlike Match, the contents of the regex...

Needs Discussion

When a global variable is referenced many times throughout a variadic expression, e.g. Notify(x); Set(y, x+1); Collect(c, x); // etc. the code generator may chose to generate a variable lookup...