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: MPS: Loaded pdump Date: Sun, 19 May 2024 08:27:58 +0300 Message-ID: <864jaucqw1.fsf@gnu.org> References: <87bk5fp0km.fsf@gmail.com> <87seyrni6f.fsf@gmail.com> <87msoygkb5.fsf@gmail.com> <86seyq3qvr.fsf@gnu.org> <871q61etma.fsf@gmail.com> <87msop4j99.fsf@gmail.com> <86eda1gebd.fsf@gnu.org> <87y187lzke.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32039"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, gerd.moellmann@gmail.com, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 19 07:28:57 2024 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 1s8Z6O-00085O-9p for ged-emacs-devel@m.gmane-mx.org; Sun, 19 May 2024 07:28:56 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s8Z5b-0005Oa-4i; Sun, 19 May 2024 01:28:07 -0400 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 1s8Z5X-0005OF-BI for emacs-devel@gnu.org; Sun, 19 May 2024 01:28:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8Z5X-0004B9-0w; Sun, 19 May 2024 01:28:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=xXrylTlnNTvdM2pjDEQPDDKuov779bpgnJN/C+R7nxE=; b=McCRIpZWUySs ebRlsB54JD3NAwh71n/XaGOtG3FivVGbbIDjbRFOlCl/ioTMJyM3IiKUoippswpwG8DJi4cq0D68C eioc1SMz0a+J9LP0PAEB2lAJLgdFdJIGigKzNDjOCExDjdu72JXjf4FvOPXB85srjJufLtzK8VOUN OHB8WqSYnTDt/1n19gQqnf8lbwIH1/51NpQ+jYvnvXpEwwAOXNXtCNCzBT/F24JhBwB1Bts7kI2A3 ulJb2yZt5KOr6nMZiDQ+h8K7T9EFfk9bKuYu2qMoIqOMEKEWagZyNMlljcvngMvGw395w0yYmGO5H opO/hzdpc70HRLk6rRFJfw==; In-Reply-To: (message from Andrea Corallo on Sat, 18 May 2024 16:16:39 -0400) 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:319360 Archived-At: > From: Andrea Corallo > Cc: Eli Zaretskii , gerd.moellmann@gmail.com, > emacs-devel@gnu.org > Date: Sat, 18 May 2024 16:16:39 -0400 > > > The tree-sitter syntax tree is at a lower level than what libclang > > offers and I had to rewrite the tree quite a bit to make it easier to > > use. I also pipe the C source code through the preprocessor first, so > > that tree-sitter doesn't see macros. With macros, it's even harder to > > get some easy to use data structures out of it. > > > > I'm not sure how to proceed from here. Anyway the code is here: > > I guess we want to have it in admin/ and run it when necessary? Yes, I think so.