Expand description
§solar-parse
Solidity and Yul lexer and parser.
The implementation of both are modified from rustc_lexer and rustc_parse in the Rust
compiler to accommodate the differences between Rust and Solidity/Yul.
Re-exports§
pub use lexer::Cursor;pub use lexer::Lexer;pub use lexer::unescape;pub use bumpalo;pub use solar_ast as ast;pub use solar_interface as interface;
Modules§
Structs§
- Parser
 - Solidity and Yul parser.
 
Enums§
- Recovered
 - Indicates whether the parser took a recovery path and continued.