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
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.
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.
Hello. Can I create an automaton from the AUT format explained here?
Thank you
The text was updated successfully, but these errors were encountered: