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
empty transition in c does not trigger shift to another state while it works for scala. The code bellow works for scala, but does not for c and cpp
....
state Started {
transition -> Stopped
}
state Stopped {
}
....
The text was updated successfully, but these errors were encountered:
@acartero has developed an automatic test suite to assess the consistency of the different compilers. The Scala compiler will shortly be deprecated, replaced by the (plain) Java one. The C compiler has been improved (it now manage auto-transition) and the overall consistency between Java and C is almost perfect.
empty transition in c does not trigger shift to another state while it works for scala. The code bellow works for scala, but does not for c and cpp
....
state Started {
transition -> Stopped
}
state Stopped {
}
....
The text was updated successfully, but these errors were encountered: