Step 306: JS/TS + Rust parser deepening — class, async, await, arrow/closure, struct, trait, impl (12/12 tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-15 03:34:22 +00:00
parent 91152e4cf1
commit 30e718a996
4 changed files with 706 additions and 34 deletions

View File

@@ -1829,5 +1829,13 @@ target_link_libraries(step305_test PRIVATE
tree_sitter_python
tree_sitter_java)
# Step 306: TypeScript/JavaScript + Rust Parser Deepening
add_executable(step306_test tests/step306_test.cpp)
target_include_directories(step306_test PRIVATE src)
target_link_libraries(step306_test PRIVATE
unofficial::tree-sitter::tree-sitter
tree_sitter_javascript
tree_sitter_typescript
tree_sitter_rust)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)