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

Make an automaton out of a AUT #14

Closed
omarzd opened this issue Dec 3, 2016 · 3 comments
Closed

Make an automaton out of a AUT #14

omarzd opened this issue Dec 3, 2016 · 3 comments

Comments

@omarzd
Copy link
Contributor

omarzd commented Dec 3, 2016

Hello. Can I create an automaton from the AUT format explained here?
Thank you

@mtf90
Copy link
Member

mtf90 commented Sep 1, 2017

Dear @omarzd, currently this is not possible -- the automatalib-serialization module only covers the SAF and TAF format.

Although looking at the AUT format it is very simple which is nice. I might look into writing a small serializer in the future to get myself in touch with JavaCC.

@mtf90 mtf90 closed this as completed in a7aa0f2 Sep 4, 2017
@mtf90
Copy link
Member

mtf90 commented Sep 4, 2017

Dear @omarzd, as you can see I added Serializers for the AUT format. Unfortunately this was not possible with JavaCC to due the nature of the grammar (or maybe with a lot of hacking) but for you as an end user, this should not matter ;).

Right now, the serializers are not embedded into the existing "SerializationProvider" landscape. I'm planning to refactor these interfaces and I integrate the AUTWriter/Reader afterwards.

@omarzd
Copy link
Contributor Author

omarzd commented Sep 4, 2017

Thank you. I appreciate this. I'll give feedback once I try it out.

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

No branches or pull requests

2 participants