leonerd / tree-sitter-perl-LEGACY

a perl parser for javascript
MIT License
4 stars 0 forks source link

Named Semicolon Nodes #10

Closed rabbiveesh closed 2 years ago

rabbiveesh commented 2 years ago

In the current implementation, a semicolon is an explicit node which makes its way into the AST the parser generates.

I think that's silly, and should be removed. @leonerd Wondering what your opinion is.

leonerd commented 2 years ago

Definitely. Lets nuke them.

leonerd commented 2 years ago

I'll take a look at this after #11 is merged