Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor automatic translation of LDLf in LTLf in LTLfParser #91

Open
marcofavorito opened this issue Jan 31, 2021 · 0 comments
Open

Refactor automatic translation of LDLf in LTLf in LTLfParser #91

marcofavorito opened this issue Jan 31, 2021 · 0 comments

Comments

@marcofavorito
Copy link
Member

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.

marcofavorito added a commit that referenced this issue Jan 31, 2021
- fix advanced property tests due to misplaced closed bracket;
- comment out ltlf parsing tests; we now translate to ldlf while parsing ltlf (related to #91)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant