UserNobody14 / tree-sitter-dart

Attempt to make a tree-sitter grammar for dart
MIT License
56 stars 33 forks source link

RFI: how to create a dart .so dll #50

Closed rileyrg closed 11 months ago

rileyrg commented 11 months ago

Caveat: I know nothing about treesitter building. I just use it with emacs.

Can someone please provide a brief howto on compiling a tree sitter DLL , treesit-dart.so that I can add to my treesitter grammars for emacs? I had a brief look through the readmes but I'm too unfamiliar with too many prerequisites to make any headway.

rileyrg commented 11 months ago

RTFM Richie... https://www.nathanfurnal.xyz/posts/building-tree-sitter-langs-emacs/