From 7f683af905ca5ee6d332dd0954383e8bf7d52b3c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 8 Nov 2017 16:24:51 +0100 Subject: add ternary (conditional) operator --- lr.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'lr.1') 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 ::= || -- disjunction | && -- conjunction + | ? : -- ternary operator | ! -- negation | ( -- cgit 1.4.1