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

Parsing of '(\)' set difference operator fails #6

Closed
ggeier opened this issue Mar 18, 2021 · 0 comments · Fixed by #7
Closed

Parsing of '(\)' set difference operator fails #6

ggeier opened this issue Mar 18, 2021 · 0 comments · Fixed by #7
Assignees
Labels
bug Something isn't working

Comments

@ggeier
Copy link
Collaborator

ggeier commented Mar 18, 2021

guarantee {
    ||[i IN ({a(), b(), c()} (\) {b(), d()})] [out <- i];
}

results in the following error (tslcheck, tslresolve, etc):

"Syntax Error" (line 2, column 31):
unexpected "\\"
expecting "(", "{", "|", "otherwise", "false", "true", "_", digit, "[" or identifier
@ggeier ggeier added the bug Something isn't working label Mar 18, 2021
@ggeier ggeier self-assigned this Mar 18, 2021
@ggeier ggeier mentioned this issue Mar 18, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant