You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think adding a annotation mechanism could complicate the whole thing, and while the header might not be an ideal place to put the latch and op id, I could imagine something like the following, just because it is much easier to implement right now:
Currently a block machine is written like this:
The idea is to remove them from the machine declaration and be an attribute, for example:
The reason for that is that we want to be able to pass shared machines to submachines, which would fit better a syntax that occupies that space:
The text was updated successfully, but these errors were encountered: