Skip to content

Refactor automatic translation of LDLf in LTLf in LTLfParser #91

@marfvr

Description

@marfvr

The current behaviour of LTLfParser is to directly translate LTLf formulae into LDLf formulae.

This is not ideal in general, especially for programmatic usage. It conflates two concepts, parsing and translation, into one class. Would be better to have a separate visitor class that does the translation from LTLf to LDLf.

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