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

M3CParser fails when ID is a formula token #70

Closed
mtf90 opened this issue Jan 25, 2024 · 0 comments
Closed

M3CParser fails when ID is a formula token #70

mtf90 opened this issue Jan 25, 2024 · 0 comments

Comments

@mtf90
Copy link
Member

mtf90 commented Jan 25, 2024

Describe the bug
When calling M3CParser#parse with a formula that uses a token as a symbol identifier, the parser fails with a net.automatalib.modelchecker.m3c.formula.parser.ParseException.

To Reproduce
Parsing any formula that uses a token as an ID, e.g.,

  • <E>true
  • <U>true
  • <W>true
  • <AF>true
  • [mu]true
  • etc.

Expected behavior
Formula should be parsed without any issues an actually interpret the token as a valid action label.

Desktop (please complete the following information):

  • OS: Linux
  • Java version: 11, 17, 21
  • AutomataLib version: 0.11.0
@mtf90 mtf90 closed this as completed in e96f7ec Feb 8, 2024
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