From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tree-sitter api Date: Sun, 05 Sep 2021 19:45:00 +0300 Message-ID: <83h7ezt1ir.fsf@gnu.org> References: <83r1f7hydn.fsf@gnu.org> <95F37923-5BF9-4D81-B361-267CF119FBCA@gmail.com> <735AF34C-FD18-4A6A-A99D-E5D8EB4DE4F3@gmail.com> <83fsukwkyb.fsf@gnu.org> <838s0cwfl8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19970"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, theo@thornhill.no, cpitclaudel@gmail.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, stephen_leake@stephe-leake.org To: =?utf-8?Q?Tu=E1=BA=A5n-Anh_Nguy=E1=BB=85n?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 05 18:46:10 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mMvHV-00050e-AX for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Sep 2021 18:46:09 +0200 Original-Received: from localhost ([::1]:47058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMvHU-000387-Am for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Sep 2021 12:46:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44104) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMvGP-0002Rj-Jl for emacs-devel@gnu.org; Sun, 05 Sep 2021 12:45:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40360) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mMvGN-00010b-R9; Sun, 05 Sep 2021 12:44:59 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4219 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mMvGN-0007fz-94; Sun, 05 Sep 2021 12:44:59 -0400 In-Reply-To: (message from =?utf-8?Q?Tu=E1=BA=A5n-Anh_Nguy=E1=BB=85n?= on Sun, 5 Sep 2021 23:34:59 +0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:274018 Archived-At: > From: Tuấn-Anh Nguyễn > Date: Sun, 5 Sep 2021 23:34:59 +0700 > Cc: Yuan Fu , Theodor Thornhill , > Stephen Leake , > Clément Pit-Claudel , > Stefan Monnier , emacs-devel > > If we leave `libtree-sitter` to the distro, then it also makes sense for the > distro to provide the `tree-sitter` CLI program, and/or the grammar > binaries/sources. Yes, of course. And users who built TS themselves, will have to build those grammar files as well.