From c71446f6c3e60319c904b9d26732de87ecd378bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Huvar?= <492849@mail.muni.cz> Date: Thu, 7 Nov 2024 18:25:37 +0100 Subject: [PATCH] Update syntax details in readme. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 48d259e..36ffecd 100644 --- a/README.md +++ b/README.md @@ -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