conductor(plan): Mark Task 2.1 as complete
This commit is contained in:
@@ -15,7 +15,7 @@ Focus: Add tree-sitter C/C++ grammars
|
|||||||
## Phase 2: ASTParser Extensions
|
## Phase 2: ASTParser Extensions
|
||||||
Focus: Extend ASTParser to support C/C++ languages
|
Focus: Extend ASTParser to support C/C++ languages
|
||||||
|
|
||||||
- [ ] Task 2.1: Modify ASTParser.__init__ to accept "c" and "cpp" languages
|
- [x] Task 2.1: Modify ASTParser.__init__ to accept "c" and "cpp" languages c025ebc
|
||||||
- WHERE: src/file_cache.py:22-28
|
- WHERE: src/file_cache.py:22-28
|
||||||
- WHAT: Add language loading for tree-sitter-c and tree-sitter-cpp
|
- WHAT: Add language loading for tree-sitter-c and tree-sitter-cpp
|
||||||
- HOW: Import tree_sitter_c, tree_sitter_cpp; load Language(tree_sitter_c.language()) etc.
|
- HOW: Import tree_sitter_c, tree_sitter_cpp; load Language(tree_sitter_c.language()) etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user