tree-sitter / tree-sitter-julia

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

Single semicolons are not parsed correctly #120

Open savq opened 8 months ago

savq commented 8 months ago

The grammar doesn't parse the simplest non-empty Julia program, a single semicolon:

;
(source_file [0, 0] - [1, 0]
  (ERROR [0, 0] - [1, 0]))