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
ex. wanting to have a FSM implementing the '+' operator.
right now derived FSMs assume built in operators are always combinatorial logic / not themselves FSMs...
Is complicated since havent parsed types to resolve if a particular '+' is the overloaded FSM version until having decided to parse the code as an FSM to begin with... :-/
Work around for now is to make wrapper functions for your operators...
The text was updated successfully, but these errors were encountered:
ex. wanting to have a FSM implementing the '+' operator.
right now derived FSMs assume built in operators are always combinatorial logic / not themselves FSMs...
Is complicated since havent parsed types to resolve if a particular '+' is the overloaded FSM version until having decided to parse the code as an FSM to begin with... :-/
Work around for now is to make wrapper functions for your operators...
The text was updated successfully, but these errors were encountered: