Skip to content

Commit 26e4604

Browse files
committed
Add CPtrCompare in ASR
1 parent bb8bfe7 commit 26e4604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libasr/ASR.asdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ expr
277277
| StringOrd(expr arg, ttype type, expr? value)
278278
| StringChr(expr arg, ttype type, expr? value)
279279

280+
| CPtrCompare(expr left, cmpop op, expr right, ttype type, expr? value)
281+
280282
| DictConstant(expr* keys, expr* values, ttype type)
281283
| DictLen(expr arg, ttype type, expr? value)
282284

0 commit comments

Comments
 (0)