UoY-RoboStar / robocert-textual

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

Make branch and loop steps inherit from block step class #70

Closed MattWindsor91 closed 2 years ago

MattWindsor91 commented 2 years ago

A unified BlockStep class, with an optional name, will make it easier to resolve the destination of breaks later on. It'll also add the potential for names to BranchSteps, which I forgot to do when I added them yesterday.

MattWindsor91 commented 2 years ago

This has been finished for a while, but I forgot to close the issue.