Skip to content

Commit 4e459a8

Browse files
committed
Add a type resolver with scalar mapping, list/optional handling, and cycle checks
1 parent 1619901 commit 4e459a8

File tree

2 files changed

+602
-0
lines changed

2 files changed

+602
-0
lines changed

src/core/semantic_analyzer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use compiler_macros::EnumKindName;
22

33
pub mod diagnostics;
44
pub mod symbol_table;
5+
pub mod type_resolver;
56

67
// Re-export main types for convenience
78
pub use diagnostics::{DiagnosticCode, FixHint, SemanticDiagnostic};

0 commit comments

Comments
 (0)