[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPS: treesit
From: |
Eli Zaretskii |
Subject: |
Re: MPS: treesit |
Date: |
Tue, 25 Jun 2024 18:23:56 +0300 |
> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>, Helmut Eller <eller.helmut@gmail.com>
> Date: Tue, 25 Jun 2024 09:44:34 +0200
>
> Gerd Möllmann <gerd.moellmann@gmail.com> writes:
>
> > Can somone help and explain how this works in treesit.c? Where is the
> > Lisp_TS_Parser stored and how/where is the TSParser * that gets passed
> > to the treesiter dylib translated to the Lisp_TS_Parser *?
>
> Forget that question, I see it, TSInput and so on. But I'd be interested
> if there are other such constructs in treesit?
Yuan, can you help Gerd with understanding this?