Open boxbeam opened 1 year ago
Ranges should look like 1..2 or 1..=2 or 1..* or *..10 or *..*.
1..2
1..=2
1..*
*..10
*..*
Will require updating the BNF and the interpreter, and adding a fender type
Ranges should look like
1..2
or1..=2
or1..*
or*..10
or*..*
.Will require updating the BNF and the interpreter, and adding a fender type