We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235e4ce commit 1619901Copy full SHA for 1619901
src/core/semantic_analyzer/mod.rs
@@ -1,9 +1,11 @@
1
use compiler_macros::EnumKindName;
2
3
pub mod diagnostics;
4
+pub mod symbol_table;
5
6
// Re-export main types for convenience
7
pub use diagnostics::{DiagnosticCode, FixHint, SemanticDiagnostic};
8
+pub use symbol_table::{Symbol, SymbolTable, SymbolType};
9
10
/// Configuration options for semantic analysis.
11
/// Validation mode configuration
0 commit comments