| 8 | #[derive(Parser)] |
| 9 | #[grammar = "./grammar.pest"] |
| 10 | struct IdentParser; |
| 11 | const DEFAULT_TYPE: YulType = YulType::U256; |
| 12 | |
| 13 | //Takes in yul code as a string and parses the grammar, returning a Struct that represents a statement or expression in Yul |
nothing calls this directly
no outgoing calls
no test coverage detected