Crate solar_sema

Source
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§

builtins
eval
hir
High-level intermediate representation (HIR).
stats
ty

Structs§

Compiler
The compiler.
CompilerRef
A reference to the compiler.
ParsingContext
Builder for parsing sources into a Compiler.
Source
A single source.
Sources
Sources.