You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LPython we can support this, but in CPython it might not be possible, so maybe we need to change pointer(q[i]) to pointer_index(q, i) or something like that.
The text was updated successfully, but these errors were encountered:
We need to be able to generate the following code in the C backend:
How should the Python code look like?
One idea:
In LPython we can support this, but in CPython it might not be possible, so maybe we need to change
pointer(q[i])
topointer_index(q, i)
or something like that.The text was updated successfully, but these errors were encountered: