Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow operator overloading to work with derived FSM implementations #179

Open
JulianKemmerer opened this issue Sep 17, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@JulianKemmerer
Copy link
Owner

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...

@JulianKemmerer JulianKemmerer added the enhancement New feature or request label Sep 17, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant