Skip to content

Commit c4255ef

Browse files
authored
docs: align grammar with current implementation (#141)
1 parent a874c51 commit c4255ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/pict.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ These are best to avoid in any case. When seeding is used, you will be warned if
456456

457457
Constraint :: =
458458
IF Predicate THEN Predicate ELSE Predicate;
459+
| IF Predicate THEN Predicate;
459460
| Predicate;
460461

461462
Predicate :: =
@@ -470,7 +471,9 @@ These are best to avoid in any case. When seeding is used, you will be warned if
470471
Term :: =
471472
ParameterName Relation Value
472473
| ParameterName LIKE PatternString
474+
| ParameterName NOT LIKE PatternString
473475
| ParameterName IN { ValueSet }
476+
| ParameterName NOT IN { ValueSet }
474477
| ParameterName Relation ParameterName
475478

476479
ValueSet :: =

0 commit comments

Comments
 (0)