-
Notifications
You must be signed in to change notification settings - Fork 2
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
Input language specification #2
Comments
It might be worth considering a different token for naming SaveSystems as '=>' could be confused with the refinement operator '<='. Maybe something like '>>' or '->' ? |
I think I will actually prefer 'save-as' instead.
From: https://vbn.aau.dk/ws/portalfiles/portal/65653882/ownSTTT2012.pdf |
We should consider adding queries to check for consistency and determinism possibly even implementation and specification, so the GUI does not have to implement that logic. |
The purpose of this Issue is to specify what the input format for jecdar and Reveaal should be.
jecdar -i path/to/folder [other-options] ["queries" | /path/to/file-with/queries.q ]
Options
Queries is a list of queries separated by semicolons ";"
The structure of a queries
Examples of usage:
Grammar for the queries:
The three operators have the following precedence
The text was updated successfully, but these errors were encountered: