From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings Newsgroups: gmane.emacs.devel Subject: Re: Tree-sitter introduction documentation Date: Wed, 28 Dec 2022 13:10:40 +0000 Message-ID: References: <87tu1vxs3a.fsf@ledu-giraud.fr> <831qozjob7.fsf@gnu.org> <87cz8jxoat.fsf@ledu-giraud.fr> <83wn6ri7pn.fsf@gnu.org> <5e0a3185-de82-b339-0fa2-956779e63d6f@cornell.edu> <868rj6vfep.fsf@gmail.com> <4895891b-e5ea-9c37-f51b-df2e479ee758@yandex.ru> <83y1qt11xq.fsf@gnu.org> <9eb013da-d0fc-8e17-c6e3-1e8f913aebfa@yandex.ru> <83pmc50xxc.fsf@gnu.org> <71cfe4e8-3bb8-b0a6-9be5-8c0a6d92cfab@yandex.ru> <83h6xg29z3.fsf@gnu.org> <838ris22n4.fsf@gnu.org> <8335901zz3.fsf@gnu.org> <87cz84y5le.fsf@posteo.net> <3F91FDEA-881A-49DB-BB52-5A0D81C004CE@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31321"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , Philip Kaludercic , Eli Zaretskii , Dmitry Gutov , Tim Cross , emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 28 14:11:35 2022 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 1pAWDW-00084y-RV for ged-emacs-devel@m.gmane-mx.org; Wed, 28 Dec 2022 14:11:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pAWCs-0007SB-AQ; Wed, 28 Dec 2022 08:10:54 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAWCj-0007Nm-KP for emacs-devel@gnu.org; Wed, 28 Dec 2022 08:10:46 -0500 Original-Received: from heytings.org ([95.142.160.155]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAWCh-0005vu-Jc; Wed, 28 Dec 2022 08:10:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20220101; t=1672233040; bh=wmq1jf5pjFIjhx++nYw76WKf4ea7LuCM+3ldLkww6O4=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=gPgmokUGyCT4wskX7UPOV8o7ajKv74UlxEAG08Orn7OphmA89CTH+AlV35nfjiDbY uVb3EoGElZK7HkWC9kioksCXfhy57LmPQJ2WCLWPhGIP58yOKlzeJ6CZ3Y35huQi6G 6BERVhWXuvRAn8XL3YLMiB2JeAIztGGxFD+F05imvLKV5tVDDOjoBFaSzgszxIV/EG ZGVGgdOsaDuAbXxRf10NeyuAFvkUx+RwbIfSpfdULDuomZbB0SKrMp+ti67pqHRynA Ws2Pabdtrd/3FwGA2cpdeQxG3Nn80nJ3ZtNvi5I4t7LHVMQ458p4R8/Cpxwg8l/xHA tzFPSS0VeM5Ig== In-Reply-To: <3F91FDEA-881A-49DB-BB52-5A0D81C004CE@gmail.com> Received-SPF: pass client-ip=95.142.160.155; envelope-from=gregory@heytings.org; helo=heytings.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302001 Archived-At: > > The cli doesn't have any dependencies, so only node itself is required. > One should only need to run > > npm install tree-sitter-cli > Doing that is easier (it is not necessary to install the Rust toolchain), but it downloads and installs a binary executable of tree-sitter, e.g. from https://github.com/tree-sitter/tree-sitter/releases/download/v0.20.7/tree-sitter-linux-x64.gz