Why not work on AST instead of raw code-text ? #2344
atototenten
started this conversation in
Feature Requests
Replies: 2 comments
-
We use tree sitter, but not too much |
Beta Was this translation helpful? Give feedback.
0 replies
-
why not much ? because files are merely to keep symbols(functions ,data-struct.s ,global variables ,...) ,and usually badly organized while AST provides only the relevant and definitively correct info. ,hence the most efficient approach . thanks |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Cursor seems to do something similar .
inspiration : http://x.com/itechnologynet/status/1908450412119597326
thanks
Beta Was this translation helpful? Give feedback.
All reactions