Available on crate feature
slang only.Expand description
Utils for parsing Solidity source code.
Re-exports§
pub use semver;
Functions§
- detect_
solidity_ version - Search for
pragma soliditystatements in the source and return the highest matching Solidity version. - get_
latest_ supported_ version - Get the latest Solidity version supported by the
slang_solidityparser