UoY-RoboStar / robochart-textual

This repository contains the plugins for the RoboChart textual editor
Eclipse Public License 2.0
0 stars 1 forks source link

Add validation rules to forbid quantified predicates as values #80

Open alvarohm opened 6 months ago

alvarohm commented 6 months ago

We need to add a new validation rule to forbid the use of quantified expressions (forall, exists, exists1) as values (e.g., assignments).

This would allow such expressions only in places where a predicate is expected (pre and post conditions, guards, etc).