tree-sitter / tree-sitter-julia

Julia grammar for Tree-sitter
MIT License
93 stars 31 forks source link

fix: disallow string juxtapostion #118

Closed vdayanand closed 4 months ago

vdayanand commented 10 months ago

fixes https://github.com/tree-sitter/tree-sitter-julia/issues/116

savq commented 4 months ago

Hi @vdayanand. Sorry for taking so long to respond.

I know that the grammar is very inaccurate here. juxtaposition_expression should have an _immediate_identifier rule, similar to the _immediate_paren rule of function calls (see #92). The current definition is the way it is just to avoid duplication.