| Crates.io | solar-parse |
| lib.rs | solar-parse |
| version | 0.1.7 |
| created_at | 2024-10-22 18:18:47.312692+00 |
| updated_at | 2025-09-11 19:03:56.76629+00 |
| description | Solidity and Yul lexer and parser |
| homepage | https://github.com/paradigmxyz/solar/tree/main/crates/parse |
| repository | https://github.com/paradigmxyz/solar |
| max_upload_size | |
| id | 1419014 |
| size | 356,391 |
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.