You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support several programming language, we have modified the code structure. We have 4 levels of analysis and for tree-sitter-based analysis it is based on symbol_table. To enable support for each programming language mentioned in the title, we need to implement all the methods that are in the abstract class . Otherwise, it is not compliant with the CLDK architecture and cannot be used.
The text was updated successfully, but these errors were encountered:
To support several programming language, we have modified the code structure. We have 4 levels of analysis and for tree-sitter-based analysis it is based on
symbol_table
. To enable support for each programming language mentioned in the title, we need to implement all the methods that are in the abstract class . Otherwise, it is not compliant with the CLDK architecture and cannot be used.The text was updated successfully, but these errors were encountered: