differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Line detection is broken #3

Closed Xavion3 closed 10 years ago

Xavion3 commented 10 years ago
h="Hello" w='World' print(h) print(w)

That code runs. It should not do that, clearly something in whatever separates lines is seriously broken.