tree-sitter / tree-sitter-julia

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

Error on `'#'` character literal #84

Closed 6cdh closed 1 year ago

6cdh commented 1 year ago

It fails on a single hash character:

'#'

produced this output:

(source_file [0, 0] - [1, 0]
  (character_literal [0, 0] - [1, 0]
    (line_comment [0, 1] - [0, 3])))
savq commented 1 year ago

Thanks for the report.

Day 14, I'm guessing?

6cdh commented 1 year ago

Right. lol.