marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.03k stars 799 forks source link

logic tags missing or broken, making parsing inaccurate/confusing #332

Closed ezechiel203 closed 6 years ago

ezechiel203 commented 6 years ago

Hi Marijnh,

I'm currently writing a python parser so as to build the project from local or online sources in a customisable fashion. My parser chokes on these :

Keep up the amazing work !

marijnh commented 6 years ago

Thanks for fixing those! Merged. My parser is kind of loose and fast and just leaves things it can't understand in. Maybe I should make it a bit more picky to avoid stuff like this.