tree-sitter / tree-sitter-julia

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

Disallow juxtaposition with non-decimal integer literals #121

Open savq opened 8 months ago

savq commented 8 months ago

The following is not valid Julia code, but it currently parses fine:

y = 2
0x01y