UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Allow specification of subranges of wildcard arguments #100

Open MattWindsor91 opened 2 years ago

MattWindsor91 commented 2 years ago

A problem encountered here is that, for tick-tock reasoning, the _ wildcard is often overly broad as it induces a set comprehension over all possible inhabitants of the underlying type. What we might want, instead, is a special form of wildcard that constrains the comprehension to a specific subset.

Possible syntax: _:{0..3} etc.