Skip to content

Functions to parse states and actions #33

@jonathan-laurent

Description

@jonathan-laurent

Should we add functions parse_state(env, string) and parse_action(env, string) to help building interactive debugging tools?

It would be tempting to just let the user define parse_state by overloading Base.parse. However, the state is often not represented using a dedicated type and it would not make sense in those cases.

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions