Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implement conversion from non-det transitions to enumeration #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lopsided98
Copy link

Implement From conversions from non-deterministic transition enums to the state enum, if enabled. This makes it a lot nicer to work with non-deterministic transitions.

I've never worked on a proc macro before, so I'm not sure if my implementation is the best.

Implement From conversions from non-deterministic transition enums to the
state enum, if enabled.
@jmg-duarte
Copy link
Contributor

Hey @lopsided98, thank you for investing some time and contributing! Before I proceed with review, could you provide some tests over your feature? You can take a look at the existing ones in /tests.

Let me know if you have further questions!

@lopsided98
Copy link
Author

I added a simple test. Let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants