Skip to content

Execution of DFAs #9

@mx-psi

Description

@mx-psi

Current implementation of executeDFA has type:

executeDFA :: DFA -> [Alpha] -> Maybe [State]

The function returns a list of states in case there is a valid path for the word given or Nothing instead. This gives us no information about the path until we get to the non-valid symbol.

Should we change the implementation for getting the path until the non-valid symbol?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions