Skip to content

Commit d8826eb

Browse files
author
half-arch
committed
docs: clarify dynamic types support in semantic analyzer
1 parent 4228dbf commit d8826eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/SEMANTIC_ANALYZER_WORKING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ Example:
188188
3. **Control flow analysis** - Detect unreachable code
189189
4. **Data flow analysis** - Detect uninitialized variables
190190
5. **Inter-procedural analysis** - Track calls across functions
191+
6. **Dynamic types** - Variables without type annotations use `Any` type (already implemented)
191192

192193
## Conclusion
193194

0 commit comments

Comments
 (0)