[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tree-sitter integration in python.el
From: |
Yuan Fu |
Subject: |
Re: Tree-sitter integration in python.el |
Date: |
Sun, 16 Oct 2022 01:15:46 -0700 |
> On Oct 16, 2022, at 12:31 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> From: Yuan Fu <casouri@gmail.com>
>> Date: Mon, 3 Oct 2022 15:25:29 -0700
>> Cc: emacs-devel <emacs-devel@gnu.org>
>>
>>> On Oct 3, 2022, at 11:07 AM, Matthias Meulien <orontee@gmail.com> wrote:
>>>
>> Eli has pointed out how to compile the language definition. Alternatively,
>> you can use my script here to download and compile them:
>>
>> https://github.com/casouri/tree-sitter-module
>
> That script seems to build an Emacs module? Is that really required?
> AFAIU, the tree-sitter branch loads the language modules directly, not
> via the emacs-module interface. So why would we need to produce an
> Emacs module from each language definition library?
I forgot to remove old files from that repo. The script should build an
ordinary dynamic library.
Yuan
- Re: Tree-sitter integration in python.el, (continued)
- Re: Tree-sitter integration in python.el, Stefan Monnier, 2022/10/11
- Re: Tree-sitter integration in python.el, Eli Zaretskii, 2022/10/04
- Re: Tree-sitter integration in python.el, Matthias Meulien, 2022/10/04
- Re: Tree-sitter integration in python.el, Eli Zaretskii, 2022/10/04
- Re: Tree-sitter integration in python.el, Matthias Meulien, 2022/10/04
Re: Tree-sitter integration in python.el, Yuan Fu, 2022/10/03
Re: Tree-sitter integration in python.el, address@hidden, 2022/10/03
Re: Tree-sitter integration in python.el, Matthias Meulien, 2022/10/03