Skip to content

Automata input format #16

@mroman42

Description

@mroman42

We should decide a standard format for reading and writing automatas. Something like:

dfa
alpha: [a,b,c]
states: [A,B,C]
A a -> A
A b -> B
A c -> B
B a -> B
B c -> C
C a -> C

(Maybe alpha and states are not necessary)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions