Exploring Neuro-Symbolic AST Parsing for Dynamic Metaprogramming #4162
aditya-8108
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been looking into the limitations of static indexers handling dynamic DSLs and
define_methodgeneration. Relying on manual add-ons or strict RBS annotations works for now, but I wanted to explore if we could solve Ruby's dynamic method problem directly at the AST level.I just built a lightweight Python proof-of-concept called SymbIONet (https://github.com/aditya-8108/symbionet).
It uses a hybrid neuro-symbolic approach:
Has the LSP team explored secondary inference passes for dynamic boundaries like this, or is the architecture strictly limited to static parsing for performance reasons? I would love to hear your thoughts on this approach as I continue refining the prototype.
Beta Was this translation helpful? Give feedback.
All reactions