elisp-tree-sitter
elisp-tree-sitter copied to clipboard
Add equality check function
Equality check is important for syntax nodes.
Emacs's equal is broken for user-ptr. Two user pointer objects wrapping the same pointer and finalizer are not considered equal.