differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

fixed the bug that pop(0) doesn't work #86

Closed kyay10 closed 6 years ago

kyay10 commented 6 years ago

fixed the bug in python when you try to use pop(0), the fix just checks if the number is zero or not

kyay10 commented 6 years ago

@nwinter can you please review this change and merge it if it is good

nwinter commented 6 years ago

Looks fine to me, but I'm not that familiar. @differentmatt ?

differentmatt commented 6 years ago

Thanks @kyay!

kyay10 commented 6 years ago

you're welcome, i am glad i helped