[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPS: treesit
From: |
Gerd Möllmann |
Subject: |
Re: MPS: treesit |
Date: |
Tue, 25 Jun 2024 10:28:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> 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?
Pushed a fix to scratch/igc, but the last question would still be
interesting, just in case. It's likely that I don't use all of
what treesit does because I have no idea what it offers.