__dunderscore

Results 8 comments of __dunderscore

I just started working on this feature. Not much progress made yet other than basic parsing through the REPL right now (no buffer parsing yet). I am using death's cl-tree-sitter...

![tree-sitter](https://github.com/user-attachments/assets/5d43683e-344b-425b-9c30-8fc1ee102ed4)

![libtree-sitter](https://github.com/user-attachments/assets/c937478c-181a-446a-9dbf-38a009d122cb)

![error](https://github.com/user-attachments/assets/33ebb9a1-0b12-424c-ad99-2527320a6220)

This is the issue I mentioned in my first comment about having to rename the shared library.

I approached trying to get tree-sitter into Lem when I was fresh to both Lem and common lisp. I got derailed a while back and am working on a few...

Though in terms of some progress I did fork deaths binding to fix the few issues I mentioned above if people want to look at it.

you can get around this by using the keyword fn-name obv, but it would be nice for the function to look for the prefix of lib and remove it automatically...