Skip to content

Commit

Permalink
Update syntax details in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrej33 committed Nov 7, 2024
1 parent e4b86b6 commit c71446f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ We use the following syntax:
* forall x: `V{x}:`
* parentheses: `(`, `)`

We also allow to specify the hybrid operators using their names (prefixed by backslash): `\bind`, `\jump`, `\exists`, `\forall`.
You can use this syntax to write a formula like `\bind {x}: AG EF {x}`.
Note that the default for serialization is the short format above.

The operator precedence is following (the lower, the stronger):
* unary operators (negation + temporal): 1
* binary temporal operators: 2
Expand Down

0 comments on commit c71446f

Please sign in to comment.