Step 305: Python + Java parser deepening — class, async, lambda, decorator, generics (12/12 tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-15 02:49:09 +00:00
parent d3e26d9216
commit 91152e4cf1
5 changed files with 748 additions and 17 deletions

View File

@@ -1821,4 +1821,13 @@ add_executable(step304_test tests/step304_test.cpp)
target_include_directories(step304_test PRIVATE src)
target_link_libraries(step304_test PRIVATE nlohmann_json::nlohmann_json)
# Step 305: Python + Java Parser Deepening
add_executable(step305_test tests/step305_test.cpp)
target_include_directories(step305_test PRIVATE src)
target_link_libraries(step305_test PRIVATE
unofficial::tree-sitter::tree-sitter
tree_sitter_python
tree_sitter_java)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)