Skip to content

Commit c49f8de

Browse files
committed
Recognize &&= and ||= tokens in parser
Signed-off-by: Anna Rift <[email protected]>
1 parent ed5578c commit c49f8de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/lib/parsing/chpl.ypp

+2
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,8 @@ assignop_ident:
26412641
| TASSIGNBAND
26422642
| TASSIGNBOR
26432643
| TASSIGNBXOR
2644+
| TASSIGNLAND
2645+
| TASSIGNLOR
26442646
| TASSIGNSR
26452647
| TASSIGNSL
26462648
;

0 commit comments

Comments
 (0)