lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.5k stars 158 forks source link

ASR: bettern argument names for StringContains #2786

Closed certik closed 3 weeks ago

certik commented 2 months ago

Currently the ASDL definition is:

StringContains(expr left, expr right, ttype type, expr? value)

And we should rename left to substr and right to str.

Ayush-Devs commented 1 month ago

I would like to work on this.