Open Nathan-Wall opened 10 years ago
It could be helpful to have implicit inf when the range operator appears without an explicit operand.
inf
gen ids() { for i of 1.. : yield i; }
var subArray = array[3..];
Would the grammar work out ok?
It could be helpful to have implicit
inf
when the range operator appears without an explicit operand.Would the grammar work out ok?