Open zimmski opened 8 years ago
START = Number<x> " + " Number<y> " = " ${x + y} Number = [1-9]*([\d])
Generates always the same numbers for x and y. However, the following works as expected:
Number = [1-9]*([\d]) START = Number<x> " + " Number<y> " = " ${x + y}
So the problem is in the forward declaration handling.
Generates always the same numbers for x and y. However, the following works as expected:
So the problem is in the forward declaration handling.