lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 156 forks source link

Added debug capabilities for lists and sets #2733

Closed advikkabra closed 5 days ago

advikkabra commented 2 weeks ago

Now lists can be included in code with the -g flag.

For example,

a: list[i32] = [1, 2]

The above code can be compiled with lpython name.py -g --debug-with-line-column.

Sets can also be included.