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
To support the creation of state machine specifications, it might be useful to create an Atom or a vim plugin that checks the correctness of a state machine specification. This includes syntax checking, verifying that the defined states are declared in the state list, as well as verifying that transitions refer to valid states. Such a plugin would also need to take into account state machine inheritance (i.e. if a state machine inherits from another, the states from the parent state machine will need to be considered as well).
The text was updated successfully, but these errors were encountered:
To support the creation of state machine specifications, it might be useful to create an Atom or a vim plugin that checks the correctness of a state machine specification. This includes syntax checking, verifying that the defined states are declared in the state list, as well as verifying that transitions refer to valid states. Such a plugin would also need to take into account state machine inheritance (i.e. if a state machine inherits from another, the states from the parent state machine will need to be considered as well).
The text was updated successfully, but these errors were encountered: