pikasTech / PikaPython

An ultra-lightweight Python interpreter that runs with only 4KB of RAM, zero dependencies. It is ready to use out of the box without any configuration required and easy to extend with C. Similar project: MicroPython, JerryScript.
http://pikapython.com/
MIT License
1.45k stars 132 forks source link

parse filad when comment lines inner the list iteral #308

Closed pikasTech closed 1 year ago

pikasTech commented 1 year ago
[
    "test1",
    "test2",
    "test3",
    #"test4",
    #"test5",
    "test6"
]
pikasTech commented 1 year ago

https://github.com/pikasTech/PikaPython/commit/5da6b727e90080de0ab370a5375a073019d7ec54