emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [SPAM UNSURE] Maybe we're taking a wrong approach towards tree-sitte


From: Andrei Kuznetsov
Subject: Re: [SPAM UNSURE] Maybe we're taking a wrong approach towards tree-sitter
Date: Wed, 28 Jul 2021 21:07:40 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Ergus <spacibba@aol.com> writes:

> 1) Performance (discussed in the previous thread):

FWIW I have been experimenting with an increcemental GLR parser
generator in Emacs Lisp.  While I have not put in the effort to couple
it with font-lock and such, from anecdotal examination it does not
perform badly with a naive C grammar.  The initial parse does take
several seconds on large files, but afterwards I did not notice a
significant drop in editor responsiveness.

> 2) Not reinvent the wheel.

While tree-sitter may be nice and all, it doesn't seem to offer the
usual extensibility expected from Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]