Expand description
Extension traits and modules to the [solang_parser
] crate.
Modulesยง
- ast_eq ๐
- loc ๐
- Same as [
solang_parser::pt
], but with the patchedCodeLocation
. - safe_
unwrap ๐
Traitsยง
- Check if two ParseTrees are equal ignoring location information or ordering if ordering does not matter
- Returns the code location.
- Trait implemented to unwrap optional parse tree items initially introduced in hyperledger/solang#1068.