about summary refs log tree commit diff
path: root/lr.1
diff options
context:
space:
mode:
Diffstat (limited to 'lr.1')
-rw-r--r--lr.11
1 files changed, 1 insertions, 0 deletions
diff --git a/lr.1 b/lr.1
index 8c13121..a51a95b 100644
--- a/lr.1
+++ b/lr.1
@@ -285,6 +285,7 @@ tests are given by the following EBNF:
 .Bd -literal
 <expr>     ::= <expr> || <expr>  -- disjunction
              | <expr> && <expr>  -- conjunction
+             | <expr> ? <expr> : <expr>  -- ternary operator
              | ! <expr>          -- negation
              | ( <expr )
              | <timeprop> <numop> <dur>