Expand description
§solar-sema
Solidity and Yul semantic analysis.
This is the core of the Solar compiler’s frontend. It drives the parsing and semantic analysis of Solidity and Yul source code.
Re-exports§
pub use hir::Hir;pub use ty::Gcx;pub use ty::Ty;pub use ::thread_local;pub use bumpalo;pub use solar_ast as ast;pub use solar_interface as interface;
Modules§
Structs§
- Compiler
- The compiler.
- Compiler
Ref - A reference to the compiler.
- Parsing
Context - Builder for parsing sources into a
Compiler. - Source
- A single source.
- Sources
- Sources.