Skip to content

FEAT: DFA Parsing #13

Open
Open
@Zakrok09

Description

Problem:

As suggested by @vesk4000, there could be a DFA / Automata parser from some string that represents the DFA. This could come particularly handy (naive to say) when TM are introduced into the package.

Solution:

  • introduce a DFA parser to construct DFAs from a string representing it
  • make it fail on illegal, ill-formatted input.
  • OPTIONAL: make it possible to choose the delimiter symbols to support other ways of representing DFAs as a stringr

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions