Sprint 2 Step 3: all Statement, Expression, Type, and Parameter concepts
Ports all 33 SemAnno concepts from MPS into C++ headers grouped by category. Test builds the exact Calculator model from Phase1Test.mps as a 27-node C++ object graph and verifies every property, child link, and parent chain. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,3 +9,6 @@ target_include_directories(step1_test PRIVATE src)
|
||||
|
||||
add_executable(step2_test tests/step2_test.cpp)
|
||||
target_include_directories(step2_test PRIVATE src)
|
||||
|
||||
add_executable(step3_test tests/step3_test.cpp)
|
||||
target_include_directories(step3_test PRIVATE src)
|
||||
|
||||
Reference in New Issue
Block a user