Sprint 2 Step 4: annotation concepts (DerefStrategy, OptimizationLock, LangSpecific)

Adds the three annotation types from SemAnno. Test builds SimpleFunctionExample
with @deref(batched), exercises OptimizationLock on Module, LangSpecific on
Variable, and DerefStrategy's derefTime child link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-06 19:04:37 -07:00
parent 25b9d5c480
commit 71cd903fa8
3 changed files with 190 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ target_include_directories(step2_test PRIVATE src)
add_executable(step3_test tests/step3_test.cpp)
target_include_directories(step3_test PRIVATE src)
add_executable(step4_test tests/step4_test.cpp)
target_include_directories(step4_test PRIVATE src)