GrayJack / tree-sitter-janet

A tree-sitter grammar parser for Janet
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

MISSING str_literal #2

Closed sogaiu closed 4 years ago

sogaiu commented 4 years ago

The following yields a MISSING str_literal here:

{:a/b 1}

This is with fab96d5ef55d2c4bd297f4fde1dbc2861d6f88b9

GrayJack commented 4 years ago

I think it's solved in the last commit (1cdd3770251ae4f5457d64d06f3a7b0a73db72a9)

@sogaiu, can you give a test just as sanity check and a second confirmation?

sogaiu commented 4 years ago

Looks good in 1cdd3770251ae4f5457d64d06f3a7b0a73db72a9 :+1:

GrayJack commented 4 years ago

Thanks!!