Crates.io | solar-parse |
lib.rs | solar-parse |
version | 0.1.6 |
created_at | 2024-10-22 18:18:47.312692+00 |
updated_at | 2025-08-25 20:57:23.362939+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 | 348,637 |
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.