emacs-devel
[Top][All Lists]
Advanced

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

Re: Generic stack I can use in C core?


From: Po Lu
Subject: Re: Generic stack I can use in C core?
Date: Sat, 24 Sep 2022 14:18:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

>> struct stack_node {
>>   TSNode node;
>>   TSNode *next;
>> };

BTW, Yuan Fu, in Emacs source code the opening brace of a struct is
typically put on a new line.

That should be fixed here and elsewhere in the tree sitter branch code
before it is merged, I think.


reply via email to

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