Closed alexaandru closed 3 years ago
Thanks for the report, I'll work up a patch to get it fixed
Many thanks for your work! Cheers! :)
I just merged a pretty large re-write, with a fresh install check if you still are getting the parser error
I don't know how to test this directly, I was only using it indirectly, via https://github.com/nvim-treesitter/nvim-treesitter plugin. Could you please tell me how can I compile it? Keeps complaining it cannot find <tree_sitter/parser.h>.
I did download tree-sitter itself, and updated INCS
to add -I../tree-sitter/lib/include
but it still won't compile.
Thank you!
The new parser is now used by nvim-treesitter. You can update the plugin and then :TSUpdate
and test.
It works, errors are all gone now! :)
Thank you! :)
To reproduce:
f.fnl
with content(local ⧔ 42)
Fennel itself can compile the above just fine:
so it is valid code.