8 ms·
Do any of these tools use the rich information from the AST to pull in context? Coupled with semantic search for entry points into the AST, it feels like you co
by mrlowlevel 2y ago
Do any of these tools use the rich information from the AST to pull in context? Coupled with semantic search for entry points into the AST, it feels like you could do a lot…
- zarathustreal 2y agoDon’t they all do this? Surely they’re not just doing naive text, n-gram, regex, embeddings, etc, right?
- marxplank 2y agothey are just a language model generating text which happens to be code, ASTs are not used afaik