Step 47 TDD test: Tree-sitter Elisp integration
Tests parseElisp() with defun parsing, parameter extraction, BinaryOperation from (+ x 1), auto-annotation with @Reclaim(Tracing), and cross-language equivalence with Python AST output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -154,6 +154,9 @@ target_include_directories(step45_test PRIVATE src)
|
||||
add_executable(step46_test tests/step46_test.cpp)
|
||||
target_include_directories(step46_test PRIVATE src)
|
||||
|
||||
add_executable(step47_test tests/step47_test.cpp)
|
||||
target_include_directories(step47_test PRIVATE src)
|
||||
|
||||
add_executable(whetstone_editor src/main.cpp)
|
||||
target_include_directories(whetstone_editor PRIVATE src)
|
||||
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues
|
||||
|
||||
Reference in New Issue
Block a user