emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tree-sitter introduction documentation


From: Eli Zaretskii
Subject: Re: Tree-sitter introduction documentation
Date: Fri, 16 Dec 2022 18:40:24 +0200

> From: Manuel Giraud <manuel@ledu-giraud.fr>
> Cc: João Távora <joaotavora@gmail.com>,
>   pedz@easesoftware.com,
>   emacs-devel@gnu.org
> Date: Fri, 16 Dec 2022 17:01:49 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> [...]
> 
> > No, you don't need a NodeJS toolchain to compile a grammar.  You only
> > need to compile the C/C++ source files that are part of the grammar,
> > and then link them into a shared library.  I use a simple Makefile to
> > build all of them, as the structure of the files and the way to
> > compile and link them are identical and boilerplate.  And I definitely
> > don't have NodeJS installed here.
> 
> And does this will become part of the emacs build process?

No.  Just like building librsvg or GnuTLS aren't part of the Emacs
build process.  they are external libraries that you need to install
separately.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]