tree-sitter-elisp

tree-sitter grammar for emacs lisp (by Wilfred)

Tree-sitter-elisp Alternatives

Similar projects and alternatives to tree-sitter-elisp based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tree-sitter-elisp alternative or higher similarity.

tree-sitter-elisp reviews and mentions

Posts with mentions or reviews of tree-sitter-elisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.
  • RMS – EmacsConf Talk
    3 projects | news.ycombinator.com | 6 Dec 2022
    Here is the tree-sitter grammar of Elisp:

    https://github.com/Wilfred/tree-sitter-elisp/blob/main/gramm... (approx. 200 lines)

    and here is the grammar of JavaScript:

    https://github.com/tree-sitter/tree-sitter-javascript/blob/m... (approx. 1200 lines)

    JavaScript evolved into a language of similar complexity as Perl 5 (the corresponding tree sitter syntax table counts almost 2000 lines, currently).

  • EmacsConf 2022 Starting Now
    1 project | news.ycombinator.com | 3 Dec 2022
    > I like the multiprocess approach with standard protocols, despite its complexities, because it lets different editors share smarts.

    Yes, the benefit LSP brings is putting editors/IDEs on equal footing with respect to a specific language. Also the multiplicative effect when the author of a new language provides a language server so nobody needs to switch their IDEs to try it out.

    However, seeing how „straight forward“ a tree-sitter specific language grammar looks in practice (1) makes we wonder if by providing a TS grammar for a language would realize (almost) the same benefit. Based on such a grammar and TS’ selector engine figuring out a syntax highlighting scheme, code folder, a docstring or symbol scanner might not be such a huge endeavor any more as you described for ENSIME.

    So, yeah, in the end LSP might be dead end at some point, especially because TS promises to be very fast and avoids any IPC. Performance seems to be the biggest problem of LSP clients in Emacs and probably other editors as well.

    (1) https://github.com/Wilfred/tree-sitter-elisp/blob/main/gramm... — of course, the example being ELISP makes it look easier than said, if you compare it with the grammar of Perl5 that’s not yet finished unsurprisingly.

Stats

Basic tree-sitter-elisp repo stats
2
53
3.6
11 months ago

Wilfred/tree-sitter-elisp is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of tree-sitter-elisp is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com